triangle(60+200*i,550, 100+200*i,150, 140+200*i,550);
for(let i=0; i<500; i++){
let yg = random(150,height);
fill(random(127),random(127,255),random(127),random(150));
rect(random(width),yg,random(30)/yg*200,random(30)/yg*200);
ellipse(random(width),yg,random(30)/yg*200,random(30)/yg*200);
for(let i=0; i<1000; i++){
let yr = random(80,height);
fill(random(127,255),random(127),random(127),random(100,200));
rect(random(width),yr,random(30)/yr*300,random(30)/yr*300);
ellipse(random(width),yr,random(30)/yr*300,random(30)/yr*300);
for(let i=0; i<500; i++){
fill(random(127,255),random(127),random(127),random(100,200));
rect(random(width),random(500,height),random(30),random(30));
ellipse(random(width),random(500,height),random(30),random(30));
fill(100-50*i,150,200-200*i);
triangle(0+70*i,height, 25+70*i,550, 50+70*i,height);