body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: radial-gradient(circle at 20% 40%, #223 1px, transparent 1px),
              radial-gradient(circle at 80% 60%, #334 1px, transparent 1px),
              linear-gradient(to bottom right, #000015, #000);
  background-size: 3px 3px, 2px 2px, cover;
  color: #ddd;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.85);
  padding-bottom: 5em;
}
header {
  text-align: center;
  padding: 2em 0;
}
header img {
  max-width: 320px;
  width: 80%;
  height: auto;
}
.coming-soon {
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
.early-message {
  text-align: center;
  font-size: 1em;
  color: #aaa;
  margin-bottom: 1.5em;
}
.early-access {
  text-align: center;
  margin: 2em 0;
}
.early-access label {
  display: block;
  color: #ddd;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.early-access input[type="email"] {
  padding: 0.5em;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-right: 0.5em;
}
.early-access button {
  padding: 0.5em 1em;
  font-size: 1em;
  border: none;
  border-radius: 5px;
  background: #66aaff;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.early-access input:focus,
.early-access button:focus {
  outline: none;
}
.disclaimer {
  font-size: 0.9em;
  color: #aaa;
  margin-top: 0.5em;
  text-align: center;
}
.contact-block {
  text-align: center;
  margin: 2em 0 0.5em;
  font-size: 1em;
  font-weight: bold;
}
@media (max-width: 480px) {
  .early-access input[type="email"],
  .early-access button {
    display: block;
    width: 80% !important;
    margin: 0.5em auto;
  }
}
