/* for the odd-looking sections of the site */

body {
    max-width: 800px;
    margin: auto;
    padding: 1em 1em 1em 1em;
    font-size: 1.2em;
    font-family: serif;
}

a {
    color: inherit;
}

.post-title {}

.post-date {
    line-height: 0;
    margin: 0;
}

.post-description {
    font-style: italic;
}