*{box-sizing:border-box}body{margin:0;background:#eef4f2;color:#102f3c;font:17px/1.65 system-ui,sans-serif}header,main,footer{max-width:860px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid #bdd9d2}nav{display:flex;gap:18px;flex-wrap:wrap}a{color:#007668}main{background:white;border-radius:18px;margin:24px auto}h1{font-size:36px;line-height:1.15}h2{font-size:27px}h3{margin-top:30px}footer{font-size:14px}img{max-width:100%}@media(max-width:900px){main{margin:16px}header{align-items:start;flex-direction:column}h1{font-size:30px}}