@media screen and (max-width:750px) {
    /*div#game {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 300px;
        height: 375px;
    }
    
    canvas#gameCanvas {
        width: 300px;
        height: 300px;
    }

    div#mobileButtonsContaner {
        display: block;
    }*/
    div#game {
        top: 35%;
        width: 44vh;
        height: 45vh;
    }
    div#mobileButtonsContaner {
        display: block;
    }
}