html,
body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

canvas {
    --w: min(100vh, 100vw);
    margin: auto;
    height: var(--w) !important;
    width: 0.8* var(--w) !important;

}
