body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fdfdfd;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 0;
}

header h1 a {
    text-decoration: none;
    color: #222;
}

main h2 {
    color: #444;
}

.post-list {
    list-style: none;
    padding: 0;
}

.post-list li {
    margin-bottom: 2em;
}

.post-list h3 a {
    font-size: 1.5em;
    text-decoration: none;
    color: #007bff;
}

.post-list h3 a:hover {
    text-decoration: underline;
}

.post-list time {
    color: #666;
    font-size: 0.9em;
}

article h2 {
    margin-bottom: 0.2em;
}

article time {
    color: #666;
    font-size: 0.9em;
    display: block;
    margin-bottom: 1em;
}

footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.9em;
    color: #777;
}
