body {

    margin: 0;
    padding: 0;

    background: #111;
    color: white;

    text-align: center;

    font-family: Arial;
}

canvas {

    border: 3px solid white;

    background: white;

    touch-action: none;

    cursor: crosshair;

    margin-top: 20px;
}