* {
  font-family: 'Poppins', sans-serif;
}

#movie-modal .bg-white,
#movie-modal .dark\:bg-gray-800 {
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 640px) {
  #movie-modal .bg-white,
  #movie-modal .dark\:bg-gray-800 {
    max-width: 98vw;
    max-height: 90vh;
    padding: 1rem !important;
  }
  #movie-modal img {
    max-height: 200px;
  }
  #close-modal {
    top: 0.5rem !important;
    right: 0.5rem !important;
    font-size: 2rem !important;
  }
}