newPage(100, 100)
fill(1)
stroke(0)
strokeWidth(2)
oval(10, 40, 50, 50)
oval(20, 30, 50, 50)
fill(.5)
oval(30, 20, 50, 50)
oval(40, 10, 50, 50)