
body {
    font-family: Georgia, serif;
    background: #fdfdfb;
    margin: 0;
    padding: 0;
    color: #2c2c2c;
}
header {
    background: #f0eae2;
    padding: 2em;
    text-align: center;
}
.tagline {
    font-style: italic;
    color: #5c5c5c;
}
blockquote {
    margin-top: 1em;
    font-style: italic;
    color: #333;
}
main {
    padding: 2em;
}
h1, h2 {
    color: #5a3e36;
}
ul {
    list-style: none;
    padding-left: 0;
}
ul li::before {
    content: "– ";
    color: #5a3e36;
}
footer {
    text-align: center;
    padding: 1em;
    background: #f0eae2;
    font-size: 0.9em;
    color: #5c5c5c;
}
a {
    color: #5a3e36;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
