body {
  font-family: Arial, sans-serif;
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 2rem;
}

.container {
  max-width: 600px;
  margin: auto;
  background: #1e1e1e;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0 10px #000;
}

select, button {
  padding: 0.5rem;
  font-size: 1rem;
  margin-top: 1rem;
}

#movie img {
  margin-top: 1rem;
  border-radius: 10px;
}

a.trailer-btn {
  background-color: #e50914;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

a.trailer-btn:hover {
  background-color: #b20710;
}
