body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background: url('https://images.unsplash.com/photo-1540189549336-e6e99c3679fe?auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  backdrop-filter: brightness(0.4);
}

.container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  border-radius: 16px;
  max-width: 500px;
}

.brand {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.subtitle {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.message {
  font-size: 20px;
  font-weight: 500;
}

.coming-soon {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
  color: #FFD700;
}
