:root {
  color-scheme: dark;
  background: #020806;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
  background: #020806;
}

body {
  display: flex;
  justify-content: center;
}

.coming-soon {
  position: relative;
  width: min(100%, 864px);
  line-height: 0;
  background: #020806;
}

.coming-soon img {
  display: block;
  width: 100%;
  height: auto;
}

.email-link {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 87.1%;
  height: 4.4%;
  border-radius: 2px;
}

.email-link:focus-visible {
  outline: 3px solid #e7ff12;
  outline-offset: 4px;
}

@media (min-width: 865px) {
  .coming-soon {
    box-shadow: 0 0 80px rgba(0, 0, 0, .7);
  }
}
