
#canv{
    position: absolute;
    height: 100%;
    width:100%;
    /* width: 100vh; */
    /* max-width: 100vw; */
    top: 0;
    left: 0;
    /* image-rendering: crisp-edges; */
}