body {
    margin: 0;
    overflow: hidden;
}

canvas {
    width: 50%!important;
    height: 50%!important;
    image-rendering: pixelated;
}

#root {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}