body {
    background: #faf7f2;
    color: #2c2825;
    font-family: "Georgia", "Times New Roman", serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
header,
main,
footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}
nav a {
    margin-right: 1.5rem;
    text-decoration: none;
    color: #c46a3b;
    font-family: "Helvetica", "Arial", sans-serif;
}
nav a:hover {
    text-decoration: underline;
}

h1 {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
}
.date {
    color: #8a7a6a;
    font-size: 0.9rem;
    margin-top: 0;
}
.tag {
    background: #e8e2d8;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-right: 0.5rem;
    font-family: sans-serif;
}
