background('red');
fill(255,255,0);
noStroke();
ellipse(200,300,300,400);
fill(0,255,0);
rect(50,25,300,50)
fill(0,200,0);
triangle(50,75,75,75,75,100);
triangle(350,75,325,75,325,100);
fill(0,225,0);
triangle(25,100,75,100,50,75);
triangle(375,100,325,100,350,75);
triangle(25,50,50,50,50,75);triangle(375,50,350,50,350,75);
fill(0,0,0);
textFont(Cookie,30);
words("Happy Birthday!",75,35);