var draw = function() { background(215, 151, 113); fill(255, 255, 255); rect(25, 100, 350, 200, 30); fill(255, 0, 0); rect(25, 100, 350, 50, 30, 0, 0); fill(255, 255, 255); text("Hello my name is...", 45, 140); fill(0, 0, 0); textSize(75); text("Leo", 105, 240); fill(255, 0, 0); textSize(25); text("Tim Hortons", 223, 290); };