html, body {
    text-align: center;
    background-color: #f0f0f0;
    touch-action: manipulation;
}
canvas {
    background-color: #fff;
    border: 1px solid #000;
    width: 100%;
    max-width: 800px;
}