:root { color-scheme: light; font-family: Georgia, "Times New Roman", serif; background: #f5f0e8; color: #25352c; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; display: grid; place-items: center; padding: 24px; }
main { width: min(560px, 100%); text-align: center; padding: 48px 28px; border: 1px solid #cfc3b2; background: #fffdf8; }
h1 { margin: 0 0 24px; font-size: clamp(2.2rem, 10vw, 4.4rem); font-weight: 500; line-height: 1; }
p { margin: 8px 0; font-family: Arial, sans-serif; letter-spacing: .04em; }
