@media(max-width:1000px){
    .container {
        width:1000px;
    }
}

@media(max-width:670px){
    .container {
        width:670px;
    }

    .top-menu {
        display:none;
    }

    .game {
        width:400px;
    }
}