body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #0f172a;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 600px;
}

h1 {
  font-size: 42px;
  margin: 0 0 10px;
}

.author {
  font-size: 16px;
  color: #94a3b8;
  margin: 0 0 25px;
}

.tagline {
  font-size: 18px;
  margin: 0 0 10px;
}

.coming {
  color: #94a3b8;
  margin: 0 0 25px;
}

a {
  text-decoration: none;
  color: #38bdf8;
  font-weight: 500;
}

a:hover {
  opacity: 0.8;
}
