html, body {
  height: 100%;
  margin: 0;
}

body {
  background: #2f6fed;
  color: #ffffff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.title {
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  line-height: 1.1;
  text-align: center;
  padding: 1rem 1.25rem;
}
