body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: url('images/bg.jpg') no-repeat center center fixed;
  background-size: cover;
  color: white;
  text-align: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3em 1em;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo {
  max-width: 180px;
  margin: 0 auto 1em;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.3em;
}

.tagline {
  font-size: 1.2em;
  margin-bottom: 2em;
}

.info {
  background: rgba(255, 255, 255, 0.15);
  padding: 1.5em;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto 2em;
}

.button {
  background-color: #d32f2f;
  color: white;
  text-decoration: none;
  padding: 0.8em 1.5em;
  border-radius: 30px;
  font-size: 1.1em;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #b71c1c;
}

.coming-soon {
  margin-top: 2em;
  font-size: 1em;
  background: rgba(255,255,255,0.1);
  padding: 1em;
  border-radius: 10px;
}
