html {
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
  border-radius: 20px;
  background-color: #c4c4c4;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #969696;
  background-clip: padding-box;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
