html,
body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #222222;
}

#game {
    image-rendering: pixelated;
}