body {
    font-family: 'Montserrat', sans-serif;
    color: #383b3e;
    background: rgb(69,85,111);
    background: linear-gradient(180deg, rgba(69,85,111,1) 2%, rgba(116,140,179,1) 50%, rgba(248,248,255,1) 100%);
    margin: 0;
}

footer {
    text-align: center;
    padding: 3em 1em;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    min-height: 90vh;
}

.gameBox {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em;
    padding: 0.5em;
    background-color: #f8f8ff;
    background-color: rgba(248, 248, 255, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gameBox a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1em;
}

#load {
    color: #f8f8ff;
    text-align: center;
}

h1 {
    text-align: center;
    color: #f8f8ff;
    font-family: 'Press Start 2P', cursive;
}

h2 {
    color: #383b3e;
    font-weight: 400;
    text-align: center;
    max-width: 266px;
}

a {
    text-decoration: none;
    color: #383b3e;
}

@media screen and (min-width: 32.5em) {

    
}

@media screen and (min-width: 50em) {
    
    h1 {
        padding: 0.66em 0;
    }
    
    .container {
        max-width: 80em;
    }

}