background(147,205,221);
point(100,100);
fill(0,255,245);
stroke(255,247,80);
rect(100,100,200,100);
point(150,200);
fill(0,255,245);
rect(150,200,100,80);
point(170,280);
fill(0,255,245);
rect(170,280,50,50);
fill(255,0,255);
textFont(Jellybean, 55);
words("HAPPY BIRTHDAY", 50,400);
fill(255,247,80);
triangle(100,50,150,100,200,50);
triangle(200,50,250,100,300,50);
triangle(150,100,200,50,250,100);
triangle(170,330,200,380,220,330);
stroke(0,255,245);
fill(255,0,255);
ellipse(400,200,100,100);
fill(255,247,80);
triangle(400,170,380,200,420,200);
ellipse(380,220,10,10);
ellipse(420,220,10,10);