Survey Project, Cant Find my mistake to pass test

This is my Survey project so far Link to Survey project

Cant find out why i cant pass test 12 and 13, plz help

After you run the tests, click on the red button and read through the errors. You’re missing quite a lot of user stories, starting with the <main> tag.

You should wrap everything inside of a form tag.

I appreciate the advise. when i took a break and started looking through again i found a closing form tag halfway through my code that should have been at the end. Thanks again guys!