background(255,0,0)
noStroke()
fill(0,70,0)
rect(100,100,300,100)
fill(0,250,0)
triangle(100,210,400,210,250,400)
fill(255,255,255)
ellipse(250,210,100,100)
fill(0,0,0)
ellipse(230,220,10,10)
fill(255,255,255)
triangle(100,100,150,100,125,50)
triangle(150,100,200,100,175,50)
triangle(200,100,250,100,225,30)
triangle(250,100,300,100,275,20)
triangle(300,100,350,100,325,50)
triangle(350,100,400,100,375,40)
fill(200,200,200)
rect(40,150,60,10)
rect(40,150,10,50)
rect(400,150,50,10)
rect(450,150,10,50)
rect(180,0,10,100)
rect(300,0,10,100)
textFont(Jellybean,40)
words("het gavaarlijkste ding ooit",100,450)