html {
  scroll-behavior: smooth;
}
.scrollbar-thin {
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(245, 158, 11, 0.5);
}
.movie-card-cover {
  transition: transform 0.5s ease;
}
.movie-card:hover .movie-card-cover {
  transform: scale(1.05);
}
