* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: url("assets/brick.png") repeat fixed #4000A0;
    color: #CCCCCC;
    font-family: Verdana;
    font-size: 1.1em;
}

a:link, a:visited {
    color: #FF9500;
}

a:hover {
    color: #FFC677;
}

a:active {
    color: #AF6600;
}

html, body, .container {
    height: 100%;
}

body > .container {
    height: auto;
    min-height: calc(100% - 9em);
    padding-top: 1em;
    padding-bottom: 8em;
}

.huge {
    font-size: 3em;
    font-weight: 900;
}

.main {
    background-color: #111111;
    border: 0.375em solid #DDDDDD;
    border-radius: 0.5em;
    margin: 0 auto;
    width: 75%;
}

.main .content {
    padding: 1em 2em;
    text-align: justify;
    word-wrap: break-word;
}

.main .title {
    margin-bottom: 1em;
    text-align: center;
}

.main p, .footer-content p {
    margin-top: 0.8em;
    text-align: justify;
}

.footer-content:first-child {
    margin-top: 0;
}

.footer {
    background-color: #222222;
    clear: both;
    min-height: 6em;
    margin-top: -6em;
    position: relative;
    z-index: 10;
}

.footer-content {
    border-top: 0.25em solid #DDDDDD;
    color: #DDDDDD;
    padding: 1em 2em;
}