.sr-only,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  white-space: nowrap;
}

body {
  min-height: 100dvh;
  place-content: center;
  font-family: 'InterVariable', Arial, sans-serif;
}

.headline {
  place-content: center;
  height: 100dvh;
}

.meta {
  text-align: center;
}

.answer {
  margin: 0;
  text-align: center;
  font-size: clamp(4rem, 10vw + 5vh + 1rem, 15rem);
  letter-spacing: calc(1em * -0.04);
  font-weight: bold;
}