body {
    font-family: 'Fira Code', monospace;
    max-width: 50rem;
    margin: 3em auto;
    padding: 0 1em;
    line-height: 1.5;
    text-size-adjust: none;
    color: lightgrey;
    background-color: #1A1A1AFF;
}

header > h1 {
    color: #f0f0f0;
    font-size: 1.8em;
    text-align: center;
    font-weight: 200;
    margin-bottom: 0;
}

header > h2 {
    color: #f0f0f0;
    font-size: 1.4em;
    text-align: center;
    font-weight: 200;
    margin-top: 0;
}

main > h1 {
    font-size: 1.25em;
    content: unset;
}

main > h2 {
    font-size: 1.0em;
}

main > h3 {
    font-size: 0.75em;
}

main > h4 {
    font-size: 0.50em;
}

main > h5 {
    font-size: 0.25em;
}

article > h1 {
    font-size: 1.5em;
}

article > h2 {
    font-size: 1.25em;
}

article > h3 {
    font-size: 1.0em;
}

a {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #999;
    text-decoration: none;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: '• ';
}

p {
    margin-bottom: 2em;
}

img {
    width: 100%;
    border-radius: 10px;
}

pre {
    background-color: #000;
    color: #f0f0f0;
    border: 2px dashed #f0f0f0;
    border-radius: 8px;
    padding: 1em;
    font-family: monospace;
    overflow-x: auto;
    margin-bottom: 3em;
}

footer {
    color: #f0f0f0;
    border-top: 2px solid #f0f0f0;
    padding-top: 1em;
    font-size: 0.8em;
    text-align: center;
    border-top: 2px solid lightgrey;
}

.paginator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
