html {
  scrollbar-width: thin;
  scrollbar-color: #78633f #070807;
}

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

html::-webkit-scrollbar-track {
  background: #070807;
}

html::-webkit-scrollbar-thumb {
  min-height: 42px;
  border: 2px solid #070807;
  border-radius: 999px;
  background: #78633f;
}

html::-webkit-scrollbar-thumb:hover {
  background: #9a7b47;
}
