fullscreen size(500,500); rectMode(CENTER); background(#00CAFF); stroke(0); fill(#CBB96F); rect(250, 350, 250, 200); fill(random(256), random(256), random(256)); triangle(125, 250, 250, 150, 375, 250); fill(256,256,0); ellipse(499, 0, 200, 200); fill(256, 256, 0); rect(250, 408, 50, 85); fill(0); ellipse(268, 414, 7, 7); fill(#B3E2F0); ellipse(319, 315, 50, 50); ellipse(177, 315, 50, 50); line(343, 315, 294, 315); line(202, 315, 152, 315); line(177, 290, 177, 340); line(319, 290, 319, 340);