
body {
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 4em 1em;
}
.logo {
  max-width: 160px;
  margin-bottom: 20px;
}
h1 {
  font-size: 3em;
  margin-bottom: 0.2em;
}
h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.tagline {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.coming-soon {
  font-size: 1.1em;
  margin-top: 1em;
}
.social {
  margin-top: 2em;
  font-size: 1em;
  opacity: 0.8;
}
