*{margin:0;padding:0;box-sizing:border-box}
html{font-family:'Courier New',monospace;line-height:1.6;font-size:18px}
body{color:#333;background:#f5f5f0;padding:0}
.container{margin:0 auto;padding:0 2.5rem;max-width:1000px}
.site-header{background:#8b4513;color:#fff;padding:1.6rem 0;border-bottom:3px double #a0522d}
.logo{font-size:1.8rem;font-weight:700;letter-spacing:1px}
.content{padding:2rem 0;min-height:60vh;border-left:1px dashed #ccc;border-right:1px dashed #ccc;padding:0 1.5rem}
.content p{margin-bottom:1.25rem;font-size:1.05rem;text-align:justify}
.content img{max-width:85%;margin:1.5rem auto;border:4px solid #ddd;padding:5px;background:#fff;box-shadow:5px 5px 0 rgba(0,0,0,0.1)}
.site-footer{background:#8b4513;color:#fff;padding:1.8rem 0;border-top:3px double #a0522d}
.links{margin-bottom:1.3rem}
.links a{margin:0 0.8rem;color:#fff;text-decoration:underline;font-weight:600}
.copyright{font-size:0.85rem;font-style:italic}
@media (max-width:768px){html{font-size:16px}
.container{padding:0 1.8rem}
.logo{font-size:1.5rem}
}
