html, body {
  overflow-x: hidden;
}

* {
  scrollbar-color: #0ff #000 !important;
}

*::-webkit-scrollbar {
  width: 8px !important;
}

*::-webkit-scrollbar-track {
  background-color: #000 !important;
}

*::-webkit-scrollbar-thumb {
  background-color: #0ff !important;
  border-radius: 4px !important;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #0cc !important;
}

