background(0,204,153);
textFont(Bubblegum,50);
fill(255,255,255);
words("wakkas racen", 80,320);
fill(0,153,153);
rect(150,90,125,100);
fill(0,153,153);
rect(75,90,300,10);
fill(0,153,153);
triangle(75,100,150,170,150,100);
fill(0,153,153);
triangle(275,100,275,150,370,100);
fill(0,153,153);
ellipse(150,100,80,80);
fill(255,192,0);
ellipse(150,100,40,40);
fill(0,153,153);
ellipse(300,100,80,80);
fill(255,192,0);
ellipse(300,100,40,40);
fill(255,255,255);
rect(225,150,50,30);
stroke(255,255,255);
line(100,90,60,70);
line(100,90,70,60);