

#backgroundCanvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;    /* ⬅ DŮLEŽITÉ – DÁ TO NA POZADÍ */
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

