/**
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: #537804;
    --gradient-color-2: #2D0A5C;
    --gradient-color-3: #85095F;
    --gradient-color-4: #110BBF;

}


