#c {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../assets/bkndweb2.jpg") no-repeat center center;
    background-size: cover;
}
canvas {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    pointer-events: none;
    /* border: solid 10px black; */
}

.link {
    cursor: pointer;
    text-decoration: none;
}

.link img {
    display: none;
    z-index: 2000;
}

.grid {
    max-width: fit-content;
    z-index: 10;
}