Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:
I’m really stuck on this part, this is what the hint says but I don’t quite get it. “You should not change the indentation on the line with your h2 element. Its opening tag should start 6 spaces over from the start of the line. You can restart the step to restore the original indentation.”
Describe your issue in detail here.

Your code so far

<html>
  <body>

      <h1>CatPhotoApp</h1>


    <main>





      

      <h2>Cat Photos</h2>

      <!-- TODO: Add link to cat photos -->


    <p>Click here to view more cat photos.</p>


    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 6

Link to the challenge:

Put indentation in front of <p>
Read instructions carefully.

Please click the restart button which looks like an arrow turning.

Then place your mouse to the left of the p opening tag and add two spaces to line it up vertically with the lines directly above it.