*{box-sizing:border-box}body{margin:0;background:#e7ddce;color:#111;font-family:Arial,sans-serif}header{position:sticky;top:0;display:flex;justify-content:space-between;padding:20px;background:#d5c4a8;border-bottom:4px solid #111;font-weight:1000}nav{display:flex;gap:10px}a{background:#111;color:#fff;padding:12px 18px;text-decoration:none}main{text-align:center;padding:40px 20px}.tag{display:inline-block;border:3px solid #111;background:#fff;padding:10px;font-weight:900}.hero{width:min(700px,95vw);border:5px solid #111;box-shadow:10px 10px #111;margin:30px auto;display:block;animation:f 4s infinite}h1{font-size:clamp(60px,12vw,140px);line-height:.8}p{max-width:700px;margin:25px auto;font-size:22px;font-weight:700}.buttons{display:flex;justify-content:center;gap:15px}.ca{margin:30px auto;width:min(600px,90vw);display:flex;justify-content:space-between;background:white;padding:12px;border:3px solid #111}button{background:#111;color:white}@keyframes f{50%{transform:translateY(-10px)}}@media(max-width:700px){header{flex-direction:column;gap:15px}}