/**
Speed lines are for noiseSpeed:new this.minigl.Unifiorm({}) and noiseFlow
 */


#gradient-canvas {


    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensures it stays behind all content */

    --gradient-color-1: #53DF83;
    --gradient-color-2: #47D2E9;
    --gradient-color-3: #5767b3;
    --gradient-color-4: #167c2b;

}


