body {
    background-color: #2f2f2f;
    text-align: center;
    color: white;
    font-family: sans-serif;
}

#game {
    width: 700px;
}

@media (width <= 650px) {
    #game {
        width: 95%;
    }
}