:root{--ink:#303030;--paper:#ffffff}*{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif;-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);line-height:1.6}main{display:flex;align-items:center;justify-content:center;min-height:100svh;padding:2rem 1.5rem}.holding{max-width:34rem;text-align:center;text-wrap:pretty}.holding-mark{width:4.5rem;height:auto;margin-bottom:2rem}.holding h1{margin:0 0 1rem;font-size:clamp(1.5rem,1.15rem + 1.6vw,2.125rem);font-weight:700;line-height:1.25;text-wrap:balance}.holding p{margin:0;font-size:1.0625rem}.holding a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em;&:hover{text-decoration-thickness:2px}&:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:2px}}