body {
    background: #96ccee url(images/background.png) fixed no-repeat center bottom;
    background-size: contain;
}

#links {
    padding-top: 50px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */

.container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    /* the auto value on the sides, coupled with the width, centers the layout */
}

#languages {
    float: right;
    position: fixed;
    right: 25px;
    top: 75px;
    border-radius: 25px;
    padding: 10px;
    background: #96ccee;
}

#languages img {
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    }

#logo {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    margin-top: 128px;
    text-align: center;
}

#app {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

#cover {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    align-items: center;
}

#promo {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    background: transparent url(images/eleminis_promo_background.png) no-repeat center center;
    background-size: contain;
}

#awards {
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-top: 50px;
}

#quotes {
    text-align: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'Rancho', sans-serif;
    font-size: 150%;
    width: 100%;
    max-width: 900px;
    color: gray;
}

#quotes div .quote {
    text-align: center;
}

#game_info {
    font-family: 'Boogaloo', sans-serif;
    font-size: 150%;
    padding: 0 auto;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    line-height: 1.5;
}

#credits {
    color: gray;
}

#file_icon {
    width: 64px;
}

@media screen and (max-width: 1000px)
/* Mobile */

{
    #languages {
    top: 125px;
}
    #languages img {
        height: 64px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #app {
        margin-top: 200px;
    }
    #credits {
        font-size: 100%;
    }
}