:root {
  --main-blue-color: #4770ff;
  --dark-blue-color: #006BCF;
  --main-black-color: #111111;
  --main-white-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, sans-serif;
  word-break: keep-all;
  font-weight: 400;
  font-size: 14px;
  box-sizing: border-box;
  line-height: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #191919 ;

}

::-webkit-scrollbar-thumb {
  background-color: #474747;
}

::-webkit-scrollbar-thumb:hover {
}

::-webkit-scrollbar-track {
  background-color: #191919;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}
 */
