html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #993EDD;
}

body {
  font-family: Monospace, monospace;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #993EDD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

h1 {
  font-family: Monospace, monospace;
  font-size: clamp(2.5rem, 8vw, 6rem);
  line-height: 1.1;
  margin: 0;
  padding: 0 2rem;
  letter-spacing: 0.04em;
}

nav {
  display: none;
}
