createCanvas(windowWidth, windowHeight);
translate(width/2,height/2);
ellipse(0 + x, -130 + y, 100, 100);
ellipse(40 + x, -100 + y, 100, 100);
ellipse(-40 + x, -100 + y, 100, 100);
ellipse(-40 + x, -150 + y, 100, 100);
ellipse(40 + x, -150 + y, 100, 100);
ellipse(-80 + x, -130 + y, 100, 100);
ellipse(80 + x, -130 + y, 100, 100);
ellipse(0 + x, -180 + y, 100, 100);
translate(width/4,height/4);
ellipse(0 + x, -130 + y, 100, 100);
ellipse(40 + x, -100 + y, 100, 100);
ellipse(-40 + x, -100 + y, 100, 100);
ellipse(-40 + x, -150 + y, 100, 100);
ellipse(40 + x, -150 + y, 100, 100);
ellipse(-80 + x, -130 + y, 100, 100);
ellipse(80 + x, -130 + y, 100, 100);
ellipse(0 + x, -180 + y, 100, 100);
ellipse(0 + x, -130 + y, 100, 100);
ellipse(40 + x, -100 + y, 100, 100);
ellipse(-40 + x, -100 + y, 100, 100);
ellipse(-40 + x, -150 + y, 100, 100);
ellipse(40 + x, -150 + y, 100, 100);
ellipse(-80 + x, -130 + y, 100, 100);
ellipse(80 + x, -130 + y, 100, 100);
ellipse(0 + x, -180 + y, 100, 100);
stroke(random(51,59), random(112,136), random(80,255));
line(0 + x, -130 + y, 0 + x , 1000);
stroke(random(51,59), random(112,136), random(80,255));
line(30 + x, -130 + y, 30 + x , 1000);
stroke(random(51,59), random(112,136), random(80,255));
line(-30 + x, -130 + y, -30 + x , 1000);
stroke(random(51,59), random(112,136), random(80,255));
line(60 + x, -130 + y, 60 + x , 1000);
stroke(random(51,59), random(112,136), random(80,255));
line(-60 + x, -130 + y, -60 + x , 1000);
stroke(random(51,59), random(112,136), random(80,255));
line(90 + x, -130 + y, 90 + x , 1000);
stroke(random(51,59), random(112,136), random(80,255));
line(-90 + x, -130 + y, -90 + x , 1000);