body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
        "Helvetica Neue", sans-serif;
}
.site {
    box-sizing: border-box;
    min-width: 200px;
    max-width: 700px;
    margin: 0 auto;
    padding: 45px;
}
.post-meta {
    margin-top: 40px;
    margin-bottom: 70px;
}
.post-meta span.post-date {
    opacity: 0.5;
}
.post-meta h1.post-title {
    margin-top: 0;
    border-bottom: none;
}
footer {
    margin-top: 70px;
}
header.intro h1 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.post h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.post small {
    opacity: 0.5;
}

code,
pre {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter",
        "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New",
        Courier, monospace;
}

@media (max-width: 767px) {
    .site {
        padding: 15px;
    }
}
