fullscreen size(200,200); background(0,254,236); smooth(); stroke(200,0,0); strokeWeight(2); triangle(15,75,60,20,105,75); noStroke(); fill(249,251,93); ellipse(170,100,50,50); stroke(0); strokeWeight(5); line(160,20,160,175); strokeWeight(3); line(170,20,170,175); strokeWeight(2); line(180,20,180,175); strokeWeight(1); fill(255,195,79); rect(15,100,90,70);