body {
  margin: 0;
  padding: 0;
  background: #0f172a;
  color: #f8fafc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 600px;
  padding: 2rem;
}

h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #38bdf8;
}

.tagline {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #e0f2fe;
}

.coming-soon {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #cbd5e1;
}

.contact a {
  color: #7dd3fc;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}
