// schrijf het command voor de lijnkleur hier
background(255,42,123)
fill(0,153,153);
rect(120,90,125,100);
fill(0,153,153);
rect(45,90,300,10);
fill(0,153,153);
triangle(45,100,120,170,120,100);
fill(0,153,153);
triangle(245,100,245,150,340,100);
fill(0,153,153);
ellipse(120,100,80,80);
fill(255,255,255);
ellipse(120,100,40,40);
fill(0,153,153);
ellipse(270,100,80,80);
fill(255,255,255);
ellipse(270,100,40,40);
fill(255,255,255);
rect(195,150,50,30);