::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #fbb907;
}

::-webkit-scrollbar-thumb:hover {
  background: #ebae08;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
