canvas {
    display: none;
    width:100%;
    height:100%;
}



svg {
    position: absolute;
    top: 80px;
    height: calc(100vh - 100px);
    width: 100vw;
}
