
body { margin:0; font-family: Arial, sans-serif; background:#f7f7f7; color:#333; }
header { background:#111; color:white; padding:20px; text-align:center; }
nav { background:#222; padding:10px; text-align:center; }
nav a { color:white; margin:0 15px; text-decoration:none; font-weight:bold; }
.container { max-width:900px; margin:40px auto; padding:20px; background:white; border-radius:8px; }
h1, h2 { color:#111; }
footer { text-align:center; padding:20px; background:#111; color:white; margin-top:40px; }
img { width:100%; max-height:300px; object-fit:cover; border-radius:8px; }
