html, body {
    margin: 0;
    width: 100svw;
    height: 100svh;

    background-color: white;
}

.map {
    display: none;
    height: 100svh;
    width: auto;
    margin: 0 auto;
}

canvas {
    display: block;
    height: 100svh;
    width: 100svw;
    touch-action: none;
}