html, body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}

#canvas1 {
    cursor: crosshair;
    background: white;
}

