* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding: 0;
    color: #333;
    background: #fdfdff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: serif;
    font-style: normal;
    font-variant: normal;
}

h1 {
    font-size: 2.5rem;
    letter-spacing: .05rem;
    line-height: 3rem;
    margin: 0;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
}

h2 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.1rem;
    color: #eee;
    margin: 0;
    padding-bottom: 5px;
}

h3 {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

h4 {
    color: #444;
}

p, li {
    font-family: serif;
    font-size: 1.1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.7rem;
}

p:last-child, li:last-child {
    margin-bottom: 0;
}

a {
    color: rgb(34, 102, 216);
    font-family: serif;
    text-decoration: none;
}

pre {
    width: 800px;
}

@media (max-width: 800px) {
    pre {
        width: 100%;
        margin-left: 0;
    }
}

footer .container {
    margin-bottom: 15px;
}

footer p {
    width: 30rem;
    max-width: 100%;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 1rem;
}

.container {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    background: #04928b;
}

header a {
    color: white;
}

header .container {
    padding: 30px 15px;
    color: white;
}

.col-6 {
    width: 30rem;
    max-width: 100%;
}

.hljs {
    padding: 15px;
    background: white;
    border: 1px solid #ccc;
}

.title {
    color: #333;
    margin: 0;
    padding: 0;
    line-height: initial;
    font-size: .9rem;
}

.subtitle {
    color: #333;
    text-decoration: none;
    font-size: 1.15rem;
    font-variant: small-caps;
    font-weight: 500;
}

.summary {
    margin-top: 15px;
}

.summary a {
    font-size: 1.1rem;
}

.summary-subtitle {
    font-size: 1.1rem;
    color: #333;
}

.note {
    line-height: 1.4rem;
    background: #ffffe8;
    border: #e0e0e0 1px solid;
    padding: 15px;
}

.note, .note p {
    font-size: .9rem;
}

.note a {
    font-size: .8rem;
}

.note-header {
    background: transparent;
    font-weight: bold;
}
