* {
  box-sizing: border-box;
}

body {
  background-color: #222831;
  color: #ffffff;
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 650px;
  padding: 32px;
  background: #393e46;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

h1 {
  font-family: 'Outfit', sans-serif;
  margin: 0 0 32px;
  font-size: 40px;
  font-weight: 700;
  color: #ff6b6b;
}

select {
  width: 100%;
  padding: 16px;
  border: 2px solid #c4c4c4;
  border-radius: 12px;
  background: #222831;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

#movieRecommendations {
  margin-bottom: 0;
  padding: 24px 0;
  border-radius: 12px;
  font-size: 22px;
  line-height: 1.6;
}
