*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#fffaf0;color:#20312d;font-family:"Hiragino Sans","Yu Gothic",Meiryo,sans-serif;text-align:center}.box{padding:40px;max-width:500px}.loader{width:68px;height:68px;border:7px solid #dbe9e1;border-top-color:#237c64;border-radius:50%;margin:0 auto 25px;animation:spin .75s linear infinite}h1{font-size:1.5rem;margin:0 0 8px}p{line-height:1.7}a{color:#17634f;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.loader{animation:none;border-color:#237c64}}
