canvas {
    width: 500px;
    height: 500px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

body {
    background-color: rgb(0, 0, 0);
    color: white;
    margin: 0px;
}