body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

#header {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 3px solid #000000;
}

.branding {
    text-align: center;
    margin-bottom: 20px;
}

#site-title a {
    color: #222222;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
}

#site-description {
    font-style: italic;
    color: #666666;
    margin-top: 5px;
}

#access {
    background-color: #000000;
    padding: 10px 0;
}

.menu {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.menu li {
    margin: 0 15px;
}

.menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

#main {
    max-width: 940px;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 30px;
}

.post {
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.entry-title {
    font-size: 24px;
    color: #111111;
    margin-bottom: 5px;
}

.entry-meta {
    font-size: 12px;
    color: #999999;
    margin-bottom: 15px;
}

#footer {
    text-align: center;
    padding: 20px;
    font-size: 12px;
    color: #777777;
}