*{margin:0;padding:0;box-sizing:border-box}
html{font-family:'Poppins',sans-serif;line-height:1.8;font-size:19px}
body{color:#333;background:#fff5e6;padding:0}
.container{margin:0 auto;padding:0 3rem;max-width:1250px}
.site-header{background:#ff7f50;color:#fff;padding:2.2rem 0;border-bottom:5px solid #ff6347}
.logo{font-size:2.1rem;font-weight:700;text-shadow:2px 2px 0 rgba(0,0,0,0.1)}
.content{padding:4rem 0;min-height:72vh}
.content p{margin-bottom:2rem;font-size:1.15rem;color:#444}
.content img{max-width:94%;margin:3rem auto;border-radius:8px;box-shadow:8px 8px 0 #ff6347;border:3px solid #ff7f50}
.site-footer{background:#ff6347;color:#fff;padding:3rem 0;border-top:5px solid #ff4500}
.links{margin-bottom:1.7rem}
.links a{margin:0 30px;color:#fff;text-decoration:none;font-weight:600;transition:transform 0.3s}
.links a:hover{transform:translateY(-3px)}
.copyright{font-size:0.92rem;letter-spacing:0.5px}
@media (max-width:768px){html{font-size:17px}
.container{padding:0 2.2rem}
.logo{font-size:1.8rem}
}
