html {
  scrollbar-color: #e10600 #090909;
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 12px;
}

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

html::-webkit-scrollbar-thumb {
  min-height: 54px;
  border: 3px solid #090909;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2b24, #c40500);
  background-clip: padding-box;
}

html::-webkit-scrollbar-thumb:hover {
  background: #ff3d36;
  background-clip: padding-box;
}
