// background
background(255,205,65);
// circle
noStroke();
fill(255,153,51);
ellipse(250,190,300,300);
// bubble
noStroke();
fill(255,255,255);
ellipse(250,200,170,120);
triangle(190,160,220,150,170,120);
// title
fill(0,0,0);
textFont(Jellybean, 84);
words("?",230,170)