body {
    background-color: #1A232A;
}

body, body > * {
    font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #AACCEE;
}

.container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 177px;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 10px;
    }

a:link, a:visited {
    color: #ddddaa;
    text-decoration: none;
}

a:hover, a:active {
    color: #ffffcc;
    text-decoration: underline;
}

span.footer > a:link, span.footer > a:visited {
    color: #114400;
    text-decoration: none;
}

span.footer > a:hover, span.footer > a:active {
    color: #082200;
    text-decoration: underline;
}

body > span.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding-top: 0.25em;
    padding-bottom: 0.5em;
    font-size: 0.75em;
    width: 100%;
    /*z-index: 1;*/
    color: black;
    background-color: #99bb70;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap; /* Safari 6.1+ */
    align-items: start;
    -webkit-align-items: start; /* Safari 7.0+ */
    align-content: space-around;
    -webkit-align-content: space-around;
    justify-content: center;
    -webkit-justify-content: center; /* Safari 6.1+ */
    white-space: pre;
}
