//Dennis Malcolm

size(600,600);
background(0);
strokeWeight(5);
stroke(255,0,0);
fill(1,255,1);
rect(45,45,95,95);
ellipseMode(CORNER);
noStroke();
fill(1,1,255);
ellipse(54,54,92,92);
fill(95);
ellipse(98,18,348,38);
fill(230,0,255);
smooth();
stroke(0);
ellipse(98,18,348,18);
fill(255,0,215);
noStroke();
triangle(4,399,249,29,399,399);
fill(137,0,0);
rect(247,247,247,247);
fill(0);
rect(297,297,172,97);
rectMode(CENTER);
fill(195,202,0);
rect(247,247,77,77);