* {
    margin: 0;
}

body {
    background-color: black;
}

#canvas {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}