html {
  scrollbar-width: thin;
  scrollbar-color: rgba(128, 153, 147, .58) #071516;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(128, 153, 147, .54) rgba(3, 14, 14, .48);
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #071516; }
::-webkit-scrollbar-thumb {
  min-height: 36px;
  border: 3px solid transparent;
  border-radius: 99px;
  background: rgba(128, 153, 147, .58);
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(209, 148, 80, .72);
  background-clip: padding-box;
}
::-webkit-scrollbar-button { width: 0; height: 0; }
::-webkit-scrollbar-corner { background: #071516; }
