div.canvas-container
{
    width: max-content;
    margin: 0 auto;

    touch-action: none;
}

div.sandbox
{
    background-color: papayawhip;
}

canvas
{
    touch-action: none;
    cursor: default;
}
