:root {
  scrollbar-width: thin;
  scrollbar-color: grey #2d2b3b;
}

:hover {
  scrollbar-color: lightgrey #2d2b3b;
}
