body {
    font-family: "Georgia", serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #fdfdfd;
}

header {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

h1, h2, h3 {
    color: #111;
    font-weight: normal;
}

.post-meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.post-meta span {
    margin-right: 15px;
}

.content {
    text-align: justify;
}

nav a {
    margin-right: 10px;
    text-decoration: none;
    color: #007bff;
}

nav a:hover {
    text-decoration: underline;
}

.language-switch {
    float: right;
}

footer {
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-size: 0.8em;
    color: #999;
}

.archive-item {
    margin-bottom: 30px;
}

.archive-item h2 {
    margin-bottom: 5px;
}
