background(0,255,0);
noStroke();
fill(255,255,0);
ellipse(175,200,200,200);
fill(0,0,255);
ellipse(125,210,50,50);
ellipse(210,210,50,50);
fill(255,0,0);
ellipse(175,140,100,40);
fill(255,0,255);
textFont(Bubblegum,30);
words("hihi",100,325);
words("haha",180,325);