Form element trouble - need help

I am trying to make my #form element contain all of the page below my H1 tag. The element is only containing the first two lines of my document, but I never added a closing tag. Why can I not surround the rest of my text in this background element?

Document: https://codepen.io/daniel-albano/pen/mdbPPdy

you don’t need a body tag as codepen deal with it in the background
you can’t put a body tag inside something else
the body tag contains everything on the webpage

you may be thinking about the main element, maybe?