* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#game {
    width: 480px;
    height: 464px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}
