html, body {
    margin: 0;
    padding: 0;
    background: #FFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

main {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

canvas {
    display: block;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    touch-action: none;
}