/* Style for the canvas */
#starCanvas {
    position: fixed;
    top: 280px;
    left: 250px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}

.stars-animation-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
