* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #efe9df;
}

.coming-soon {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  display: grid;
  place-items: center;
}

.coming-soon-art {
  display: block;
  width: 100%;
  min-height: 100vh;
  object-fit: contain;
}

.domain-correction {
  position: absolute;
  left: 11.25%;
  bottom: 12.85%;
  min-width: 16.4%;
  padding: 0.55vw 0.85vw;
  background: #f1ebe2;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1;
  text-decoration: none;
}

.email-correction {
  position: absolute;
  left: 27.2%;
  bottom: 12.85%;
  padding: 0.55vw 0.85vw;
  background: #f1ebe2;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1;
  text-decoration: none;
}

@media (max-aspect-ratio: 16 / 9) {
  .coming-soon-art {
    width: auto;
    height: 100vh;
    max-width: none;
  }
}
