c=circle(r=150,fill=color(r=0,g=30,b=0),stroke="none")
r=rectangle(w=210,h=210,fill="darkred",stroke="none")|repeat(12,rotate(18))
r=rectangle(w=183,h=183,fill="darkorange",stroke="none")|rotate(9)|repeat(12,rotate(18))
r=rectangle(w=160,h=160,fill="yellow",stroke="none")|rotate(18)|repeat(12,rotate(18))
r=rectangle(w=140,h=140,fill="white",stroke="none")|rotate(27)|repeat(12,rotate(18))
r=rectangle(w=123,h=123,fill="yellow",stroke="none")|rotate(36)|repeat(12,rotate(18))
r=rectangle(w=107,h=107,fill="darkorange",stroke="none")|rotate(45)|repeat(12,rotate(18))
r=rectangle(w=92,h=92,fill="darkred",stroke="none")|rotate(54)|repeat(12,rotate(18))
r=rectangle(w=80,h=80,fill=color(r=0,g=30,b=0),stroke="none")|rotate(63)|repeat(12,rotate(18))
r=rectangle(w=70,h=70,fill="darkred",stroke="none")|rotate(72)|repeat(12,rotate(18))
r=rectangle(w=61,h=61,fill="darkorange",stroke="none")|rotate(81)|repeat(12,rotate(18))
r=rectangle(w=53,h=53,fill="yellow",stroke="none")|rotate(90)|repeat(12,rotate(18))
r=rectangle(w=46,h=46,fill="white",stroke="none")|rotate(9)|repeat(12,rotate(18))
r=rectangle(w=40,h=40,fill=color(r=0,g=30,b=0),stroke="none")|rotate(18)|repeat(12,rotate(18))
c=circle(r=22,fill="white",stroke="none")
l1 = line(x1=-10, y1= 15, x2=10, y2=-10, stroke="black")
l2 = l1 | translate(10, 0)
c=circle(r=20,fill="orange",stroke="yellow")
c=circle(x=-2,y=-2,r=5,fill="FFD700",stroke="yellow")|translate(5,10)
tpf = polygon([tp1, tp2, tp3, tp4, tp5, tp6, tp7], fill = "black")
theme = tpf + l1 + l2 | scale(0.5) | translate(-5, -6)
themef = theme | scale(0.95)
final = themef | scale(1.1) | translate(-1, -3)