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

.coming-soon-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #000000;
}

.coming-soon-section {
  width: min(100%, 1200px);
  padding: 140px 24px 96px;
  text-align: center;
}

.coming-soon-section h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-landing, 'Inter', Arial, sans-serif);
  font-size: clamp(4rem, 13vw, 12rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}
