body {
    font-family: 'Georgia', serif;
    line-height: 1.6;
    color: #333;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

p {
    margin: 1em 0;
}

a {
    text-decoration: none;
}

/* a:hover {
    text-decoration: underline;
} */

blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-left: 5px solid #ccc;
    color: #666;
    font-style: italic;
}

ul, ol {
    /* margin: 1em 0; */
    padding: 0 0 0 0px;
    list-style-type: none;
}

code {
    background: #f4f4f4;
    padding: 2px 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}

footer {
    background-color: #f4f4f4;
    color: #777;
    text-align: center;
    width: 100%;
    font-size: 0.9em;
    padding: 0.25em 0;
}

li {
    margin-top: 0.8em;
}

#posts {
    padding-top: 0.25em;
}

figcaption {
    font-size: 0.75em;
}

.article-image {
    width: 60%;
}

.banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}