Tell us what’s happening:
Describe your issue in detail here.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36
Challenge: Build a Tribute Page
Link to the challenge:
It would really help to have a link to your project instead of the default example project.
As for the error message, do you have an element with the id of main that wraps all the content on your page?
Maybe you could try:<body id="main">. All other elements should go inside of the <body id="main"> 