body {
    max-width: 50em;
    margin: 0px auto;
    background-color: rgb(240, 240, 240);
}

section {
    background-color: rgb(255, 255, 255);
    padding: 1em;
}

pre, code {
    background-color: rgb(238, 238, 238);
    padding: 0.1em 0.5em;
}

address.author, abbr.published {
    color: rgb(174, 167, 159);
    border: none;
}

h1.entry-title a, h2.entry-title a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

h1.entry-title a:hover, h2.entry-title a:hover {
    text-decoration: underline;
}
