* {
    font-family: Helvetica, Arial, sans-serif;
}

body {
    background-color: #f9f9f9;
    line-height: 1.6;
    margin: 0;
}

#content {
    min-height: calc(100vh - 8em);
    max-width: 750px;
    margin: auto;
    padding: 10px;
}

#content img {
    max-width: 100%;
}

footer {
    margin-top: 30px;
    background-color: #CBD0D2;
    padding: 10px;
}

h1,h2,h3,h4,h5 {
    font-family: Georgia, serif;
}

.text-right {
    float: right;
    text-align: right;
}

blockquote {
    border-left: 10px solid #d79921;
    margin: 1.5em 10px;
    padding: 1em 20px;
    background-color: #d7992124;
}

blockquote:before {
    color: #d79921;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.banner-text {
    font-size: 4em;
    font-family: "Courier New", monospace;
    line-height: 100%;
    text-align: center;
    color: #222222;
}

@media screen and (max-width: 500px) {
    .banner-text {
        font-size: 15vw;
    }
}

.container {
    padding: 1.2em;
    border-radius: 0.5em;
}

.even-space-inside {
    display: flex;
    justify-content: space-around;
}

.uppercase {
    text-transform: uppercase;
}
