body {
    font-family: 'Times New Roman', serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f0f0f0;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

header {
    background: #e0e0e0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.site-title a {
    text-decoration: none;
    color: #000;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 15px;
}

nav a {
    text-decoration: none;
    color: #0000ff;
}

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

article {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

article:last-child {
    border-bottom: none;
}

article h2 a {
    color: #000;
    text-decoration: none;
}

article h2 a:hover {
    text-decoration: underline;
}

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

.tags {
    margin-top: 10px;
}

.tags a {
    text-decoration: none;
    color: #0000ff;
    margin-right: 5px;
}

.tags a:hover {
    text-decoration: underline;
}

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

.social-links a {
    margin: 0 10px;
    color: #0000ff;
    text-decoration: none;
}

.social-links a:hover {
    text-decoration: underline;
}

/* Pagination placeholder style */
.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination a {
    text-decoration: none;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #0000ff;
}

.pagination a:hover {
    background: #e0e0e0;
}
