* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000000;
  color: #d4c5b0;
  font-family: 'League Spartan', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}

main {
  text-align: center;
  padding: 1rem;
  width: 100%;
}

h1 {
  font-size: clamp(3rem, 18vw, 20rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #F2EDE7;
  max-width: 100%;
  word-wrap: break-word;
  font-stretch: condensed;
}

