canvas#constellationCanvas {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Ensures the canvas is behind other content */
}