* { box-sizing: border-box; }
html { background: #232323; color: #eeeeee; }
body { margin: 0; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; }
main { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 24px; }
h1 { margin: 0; font-size: clamp(34.5px, 9.2vw, 184px); font-weight: 700; line-height: 1.1; letter-spacing: -0.04em; white-space: nowrap; text-align: center; transform: translateY(-15vh); transform: translateY(-15svh); }
@media (max-width: 767px) {
  h1 { font-size: clamp(36px, 9.6vw, 192px); }
}
