* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    max-width: 680px;
    margin: 4rem auto;
    padding: 0 20px;
    font-family: system-ui, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #3d3935;
    background: #e8e4db;
}

header {
    margin-bottom: 3rem;
}

header .site-name {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.list-item {
    margin-bottom: 14px;
}

.date {
    color: #666;
    font-size: 14px;
    margin-right: 10px;
}

.list-item a {
    color: #7a6854;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.list-item a:hover {
    border-color: #000;
}

article h1 {
    font-size: 26px;
    margin-bottom: 8px;
}

.article-content {
    margin-top: 2rem;
}

.article-content p {
    margin: 1rem 0;
}

h2 {
    margin-bottom: 1.5rem;
    font-size: 20px;
}