textFont("Cookie", 40);
fill(250,0,0);
words("grattis", 500,500);
noFill();
stroke(0,250,0);
rect(500,450,300,100);
fill(0,250,0);
rect(550,550,200,100);
rect(600,650,100,50);
stroke(2,2,2);
line(650,700,650,800);
stroke(247,150,70);
line(650,800,650,820);
fill(100,0,100);
stroke(255,0,0);
ellipse(200,500,100,300);
ellipse(100,100,142,100);