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

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

h1 {
    text-align: center;
}

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

a:hover {
    text-decoration: underline;
}

p {
    text-align: justify;
}

input {
    color: #18181b;
}

input, button {
    box-sizing: border-box;
    width: 80%;
    font-size: inherit;
    margin: 0.5em auto;
    padding: 0.5em;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

button.buttons-2 {
    width: 39%;
    margin: 1%;
}

button {
    color: white;
    background-color: #bd6d00;
}

button:active {
    background-color: #aa6300;
}

form {
    text-align: center;
}

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

#footer {
    font-size: 80%;
    margin-top: 2em;
    text-align: center;
}

.smaller {
    font-size: 90%;
}

.darker {
    opacity: 0.5;
}

.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.3em;
    }

    #content {
        width: 600px;
    }

    .smaller {
        font-size: smaller;
    }

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