svg {
    position: absolute;
    top: 80px;
    /* left: calc(50% - 50vw); */
    height: 100vh;
    width: 100vw;
    /* max-width: 1080px; */
}

canvas {
    display: none;
}



