code, pre > code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: .90rem;
    line-height: 1.42;
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

ul {
    list-style-type: none;
}
li {
    margin: .5em;
}

a {
    color: #b1560f;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: grey;
}

blockquote p {
    font-style: italic;
}
blockquote footer {
    font-style: italic;
}

body {
    margin: 1em;
    display: flex;
    flex-direction: column;
}

#home-body {
    margin-top: 10%;
}

@media (min-width: 1000px) {
    #article-body {
        margin-right: 20%;
        margin-left: 10%;
    }
}

@media (max-width: 1000px) {
    #article-body {
        margin-right: 0%;
        margin-left: 0%;
    }
}
