html, body{
    margin: 0;
    padding: 0;
    height: 100%;
}

body{
    display: flex;
}

canvas{
    width: 100%;
    object-fit: contain;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}