::-webkit-scrollbar {
  width: 4px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: rgb(241, 241, 241);
}

::-webkit-scrollbar-thumb {
  background: rgb(207, 207, 207);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(192, 192, 192);
}

* {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;

}