/* 
    Trying out the display flex to center my elements
    
*/


/* gets rid of x scrolling */

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

#gameCenter {
    height: 75%;
    width: 102%;
    margin-left: -1.5%;
}