*{margin:0;padding:0;box-sizing:border-box}
html{font-family:'Courier New',monospace;line-height:1.5;font-size:16px}
body{color:#ff00ff;background:#000;background-image:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><rect width="50" height="50" x="25" y="25" fill="%2300ffff" opacity="0.1"/></svg>');background-size:50px 50px}
.container{margin:0 auto;padding:0 1.5rem;max-width:1000px}
.site-header{padding:2rem 0;border-bottom:3px dashed #00ffff}
.logo{font-size:3rem;text-align:center;text-shadow:5px 5px 0 rgba(255,0,255,0.5)}
.content{padding:2rem;margin:2rem auto;background:rgba(0,0,0,0.7);border:3px solid #ff00ff;outline:3px dashed #00ffff;outline-offset:-10px}
.content p{margin-bottom:1.5rem;color:#fff}
.content img{max-width:100%;border:3px solid #00ffff;margin:1.5rem auto;filter:sepia(1) hue-rotate(180deg) saturate(3)}
.site-footer{padding:2rem 0;text-align:center;border-top:3px dashed #00ffff}
.links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}
.links a{color:#00ffff;text-decoration:none;font-weight:bold}
.copyright{font-size:0.9rem;color:#ff00ff}
