.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.25rem 3rem;
}
h1, h2, h3, h4 {
    color: #fff;
}
a {
    color: #66c0ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #333;
}
.tagline {
    font-size: 0.9rem;
    color: #ccc;
}
.updated {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 1.5rem;
}
ul {
    padding-left: 1.4rem;
}
code {
    background: #222;
    padding: 0.1rem 0.25rem;
    border-radius: 3px;
    font-size: 0.9em;
}
.toc ul {
    list-style: none;
    padding-left: 0;
}
.toc li::before {
    content: " ";
    color: #666;
}
.small {
    font-size: 0.9rem;
    color: #bbb;
}
