body {
    color: #fcfcfc;
    text-shadow: 2px 2px 3px #000;
    font-family: sans-serif;
}

.network-background-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    pointer-events: none;
    /* Ensure the canvas doesn't block any interactions */
}



.solid-background {
    background-color: #181818 !important;
}