xxxxxxxxxx
size(500,500);
int a;
int b;
a=width/2;
b=height/2;
background(115,178,255);
fill(0);
fill(30,229,88);
strokeWeight(a/25);
stroke(115,178,255);
ellipse(a,b/1.5,a/1.75,b/2);
rect(a/1.4,b/1.5,a/1.75,b/2,20);
strokeWeight(a/1000);
stroke(30,229,88);
rect(a/0.94,b,a/8,b/2.5);
rect(a/1.2,b,a/8,b/2.5);
ellipse(a*1.127,b*1.4,a/8,b/8);
ellipse(a/1.116,b*1.4,a/8,b/8);
rect(a/1.7,b/1.35,a/8,b/3);
rect(a*1.29,b/1.35,a/8,b/3);
ellipse(a*1.352,b*1.09,a/8,b/8);
ellipse(a*1.352,b/1.35,a/8,b/8);
ellipse(a/1.54,b/1.35,a/8,b/8);
ellipse(a/1.54,b*1.075,a/8,b/8);
rect(a/1.1,b/2.7,a/50,b/10);
rect(a*1.05,b/2.7,a/50,b/10);
fill(115,178,255);
stroke(115,178,255);
strokeWeight(a/1000);
ellipse(a/1.1,b/1.9,a/17,b/17);
ellipse(a*1.1,b/1.9,a/17,b/17);