body {
    text-align: center;
    background-color: white;
    font-family: Lato, sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.game_title {
    font-family: 'Monoton', sans-serif;
    font-size: 48px;
    color: #606060;
}
h2 {
    font-family: Audiowide, sans-serif;
}

/*-----------FOOTER------------*/
footer {
    background-color: #BEBEBD;
    color: #fffaee;
    padding: 24px;
    text-align: center;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #433F5D;
    text-decoration: none;
}