Line 50 is the end of your draw() function. Your call to background() on line 51 is not inside any function!
You should replace line 93 with line 50, and then remove line 50.
You should replace line 93 with line 50, and then remove line 50.