* {
    color: #ffffff;
    background-color: #0b090a;
    font-family: "Gill Sans", sans-serif;
}

#content {
    width: 90%;
    text-align: justify;
    vertical-align: middle;
    margin: auto;
}

@media only screen and (orientation: landscape) {
    #content {
        width: 55%;
    }
}

hr {
    color: #161a1d;
}

h1 {
    color: #ccc5b9;
    margin-bottom: 8px;
}

h2 {
    color: #f5f1e3;
    text-decoration: underline;
    font-size: 20px;
    margin-top: 10px;
}

a {
    color: #ba181b;
    text-decoration: none;
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

code {
    color: #636363;
    background-color: #0f0d10;
    white-space: pre-wrap;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
