body {
    color: white;
    font-family: Calibri, Arial;
    font-weight: lighter;
    background-color: #18181b;
}

h1, h2 {
    font-weight: bold;
    color: #bd6d00;
    margin-top: 1.5em;
}

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

a:hover {
    text-decoration: underline;
}

#wrapper {
    display: flex;
    justify-content: center;
}

#footer {
    font-size: 80%;
    padding-left: 1.1em;
    margin-top: 1em;
}

.smaller {
    font-size: 90%;
}

.breadcrumbs {
    margin-top: -1em;
    font-size: 80%;
    color: gray;
}

ul {
    margin-left: 0;
    padding-left: 1.1em;
}

.code {
    white-space: pre;
    border: 1px solid #c2c2c9;
    background-color: #43434b;
    color: #c2c2c9;
    padding: 0.5em;
    overflow-x: auto;
    font-family: Consolas, monospace;
    font-size: 60%;
}

.select-all {
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */
}

@media (min-width: 600px) {
    body {
        font-size: 1.5em;
    }

    #content {
        width: 600px;
    }

    .smaller {
        font-size: smaller;
    }

    #footer {
        font-size: 70%;
    }
}