

body {
  margin: 0;
  min-height: 100vh;
  background: #042346;
  color: white;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  max-width: 700px;
  padding: 40px;
}

h1 {
  margin: 0 0 40px 0;
  line-height: 1;
  white-space: nowrap;
}

.x {
  font-size: 88px;
  font-weight: 700;
  color: white;
}

.affold {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: white;
  padding-left: 8px;
}
.pronunciation {
  color: #8AB4F8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: -20px;
  margin-bottom: 40px;
  opacity: 0.8;
}
.tagline {
  color: #EAF2FF;
  font-size: 22px;
  line-height: 1.5;
  max-width: 650px;
}

.coming-soon {
  color: #8AB4F8;
  margin-top: 48px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
