The two can't even


size(500, 500);
background(51);
noStroke();

fill (255, 45, 45);
triangle(0, 500, 500, 0, 500, 500);

fill (102);
rect (50, 50, 200, 200);

fill(255);
ellipse(90, 90, 75, 75);
fill (51); ellipse (90, 90, 30, 30);
fill(255);
ellipse(200, 90, 75, 75);
fill (51); ellipse (200, 90, 30, 30);
fill(255); arc(150, 200, 150, 150, PI, TWO_PI);
//NEW START\\
fill(255, 204, 0);
triangle(300, 340, 380, 400, 200, 400);
triangle(400, 200, 400, 380, 300, 300);

fill (102);
rect (300, 300, 200, 200);

fill(255);
ellipse(380, 370, 75, 75);

fill(204);
rect(420, 420, 100, 100);