.game-container {
    display:inline-grid;
}

body {
    display: flex;
    justify-content: center;
    background-color: #070707;
}