BODY {
    background-color: #181822;
    color: #bbc;
    font-family: 'Roboto', sans-serif;

    width: 600px;
    line-height: 1.3;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

H1,
H2,
H3,
H4,
H5 {
    color: #d6d6e0;
}

.url-chevron:first-child {
    display: none;
}

.title,
.index {
    text-align: center;
}

a {
    color: #d6d6e0;
    text-decoration: underline dotted 0.1em;
}

a:hover {
    color: #e6e6f0;
}

nav.relnav {
    font-size: 0.75em;
    color: #889;
    margin-top: 1em;
}

.emoji {
    height: 32px;
}

.footer {
    color: #889;
    text-align: center;
}

.footer {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 0.75em;
}

.footer a {
    color: #dde;
}