/* FloatingLines.css */
.floating-lines-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none; /* Allow interaction with content over it if needed, but the JS handles its own events */
}

#floatingLinesContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
