.container {
    width: 70%;
    margin: auto;
    text-align: center;
}

.game {
    text-align: center;
    display: inline-block;
}

body {
    background-color: #393E46;
}

h1 {
    margin-top: 1%;
    margin-bottom: 0;
    font-family: 'Lobster', cursive;
    text-shadow: 5px 0 #232931;
    font-size: 3.5rem;
    color: #4ECCA3;
}

h2 {
    margin-top: 5%;
    margin-bottom: 0;
    font-family: 'Lobster', cursive;
    text-shadow: 5px 0 #232931;
    font-size: 2.5rem;
    color: #00ffaa;
}

h3 {
    margin-top: 1%;
    font-family: 'Lobster', cursive;
    text-shadow: 5px 0 #232931;
    font-size: 1.5rem;
    color: #a8ffe2;
}

p {
    font-size: 2rem;
    color: #EEEEEE;
    font-family: 'Indie Flower', cursive;
}

img {
    width: 60%;
}


/* #4ECCA3 */