html {
    padding: 0 2em;
}

body {
    font-family: serif;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    max-width: 40em;
    margin: 10px auto;
}

img, video {
    display: block;
    margin: auto;
    width: 100%;
    /* max-height: 8em; */
}

figure {
    margin: 18px 0;
}

figcaption {
    color: #666;
    font-family: serif;
    text-align: center;
    font-size: 16px;
}

hr {
    margin: 12px 0px;
    height: 1px;
    border: none;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

header > nav {
    float: right;
}

header {
    line-height: 30px;
}

a {
    font-size: 18px;
    text-decoration: none;
    color: #e50053;
}

a:hover {
    text-decoration: underline;
}

a#logo {
    color: #000;
}

a#logo:hover {
    color: #e50053;
}

footer {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.fa {
    padding-right: 2px;
}

p {
    margin: 0px 0px 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    text-align: justify;
}

li {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.index-page > p {
    font-family: serif;
    font-size: 24px;
    text-align: center;
}

.index-page, .single-page, .list-page {
    margin: 36px 0px;
}

ol.list {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 24px;
}

li.item {
    margin-bottom: 24px;
}

.snippet {
    margin-top: 2px;
    font-style: italic;
    font-family: serif;
}

.date {
    margin: 0px;
    float: right;
    color: #666;
    font-family: serif;
}

.article-date {
    margin-top: -20px;
    margin-bottom: 24px;
    color: #666;
    font-family: serif;
}
