/* Minimal retro blog style */
body {
    background: #faf8f5;
    color: #333;
    font-family: Georgia, "Times New Roman", serif;
    max-width: 700px;
    margin: 2em auto;
    padding: 0 1em;
}
a { color: #8b0000; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2 { font-weight: normal; }
.post {
    border-bottom: 1px dashed #ccc;
    padding: 1.5em 0;
}
.post img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}
.footer { margin-top: 2em; font-size: 0.9em; color: #666; }
