/* Stars and Connections Background Styling */

.bg-stars-connections {
    /* The script will handle the background color to match the canvas */
}

#stars-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10; /* Places it behind all content */
    pointer-events: none; /* Allows clicks to go through to content */
    opacity: 0.3;
}
