{ fill(35,0,100); text("MY CREATION",10,10); // text } { fill(10,100,0); ellipse(50,60, 60,60); } { fill(255,0,0); ellipse(40,55, 20,20); ellipse(60,55, 20,20); } { fill(10,100,0); rect(35,85, 30,30); } text("BMM", 10,85);