* {
  font-family : Mulish;
}

body {
  display: flex;  
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
background-color: rgba(185, 185, 185, 0.7);
width: 4px;
border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
background: rgba(185, 185, 185, 0.7);
}