body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f3ee;
    margin: 0;
    padding: 2rem;
    color: #222;
}
.blog-header {
    text-align: center;
    margin-bottom: 2rem;
    color: #990000;
}
.post {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.post h2 {
    margin-top: 0;
    color: #990000;
}
.post-meta {
    font-size: .9rem;
    color: #888;
    margin-bottom: .5rem;
}
.post-content {
    line-height: 1.6;
}
.back-link {
    display: inline-block;
    margin-top: 2rem;
    color: #cc9a00;
    text-decoration: none;
}