/* inspired by http://bettermotherfuckingwebsite.com/ */

/* reset */

html, body, div {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/* fonts */

.title {
    font-weight: bold;
}

.description {
    font-style: italic;
}

/* misc */

body {
    line-height: 1.6;
    font-size: 18px;
}

figcaption {
    font-style: italic;
    font-size: 15px;
}

@media screen {
    body {
        margin: auto;
        max-width: 800px;
        padding: 40px 10px 40px 10px;
        color: #444;
        background-color: #fff;
    }
}

h1, h2, h3 {
    margin-top: 50px;
    line-height: 1.2;
}

.datestring {
    line-height: 1.4;
    font-style: italic;
    font-size: 15px;
}

.footerback {
    padding-top: 30px;
}

pre {
    line-height: 1.0;
    margin-left: 40px;
}

code {
    font-size: 14px;
    color: #666;
}

blockquote {
    font-size: 90%;
    color: #666;
    font-style: italic;
}

figure {
    text-align: center;
}

figure>img {
    max-width: 100%;
    height: auto;
}
