*{box-sizing:border-box}body{margin:0;background:#f4f2e9;color:#123b2b;font:17px/1.7 system-ui,sans-serif}header,main{width:min(940px,calc(100% - 32px));margin:auto}header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0}nav{display:flex;gap:16px;flex-wrap:wrap}a{color:#20573c;text-underline-offset:4px}a:focus-visible{outline:3px solid #c99b45;outline-offset:4px}main{background:#fffefa;border:1px solid #d9e1d7;border-radius:20px;padding:clamp(20px,5vw,46px);margin-bottom:40px}h1,h2{line-height:1.25;overflow-wrap:anywhere}h1{font-size:clamp(30px,7vw,48px)}h2{font-size:24px;margin-top:32px}p{overflow-wrap:anywhere}img{max-width:100%;height:auto}@media(max-width:600px){header{align-items:flex-start;flex-direction:column}body{font-size:16px}}
