* {
    /*font-family: sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
}

html, body {
    height: 100%;
}

body {
    margin: 0px;
    font-size: 18pt;
    color: #050535;
}

#container {
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#heading {
    flex: 0 0 auto;
}

.newsletter-input {
    border-color: #050535;
    border-style: solid;
    height: 22px;
    font-size: 18pt;
    display:block;
    width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 0.5em;
}

.newsletter-submit {
    background-color: white;
    border-color: #050535;
    border-style: solid;
    font-size: 18pt;
    color: #050535;
    -webkit-appearance: none;
    padding: 0 1em;
}

h2 {
    font-size: 0.6em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0em;
    color: #10139d;
}

form {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

#main-content section {
    margin-bottom: 1em;
}

p {
    margin-top: 0.5em;
    margin-bottom: 2em;
}

#main-content {
    margin-bottom: 1em;
    flex: 1 0 auto;
}

.game-image img {
    width: 600px;
}

#logo img {
    max-width: 100%;
}

#footer {
    flex-shrink: 0;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}

    #footer li {
        display: inline-block;
        padding-right: 10px;
    }

        #footer li a {
            color: #11149d;
        }