html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 12px;
  box-shadow: -5px 0 10px #fff;
}

::-webkit-scrollbar-track {
  background-color: #14151A;
}

::-webkit-scrollbar-thumb {
  background: #fac800;
  border-radius: 999px;
  transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background: #D2A800;
  transition: 0.3s;
}