Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
I’m currently struggling to understand Step 6 in the curriculum that I’m working on which is HTML building a Cat Photo App. This step is asking me to use the space bar on my keyboard to add two more spaces in front of the

element so that it is indented properly as well. I added spaces but, it’s still incorrect. How would I correct this error?

<html>
  <body>

<!-- User Editable Region -->

    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->   
            <p>See more cat photos in our gallery.</p>
    </main>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

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

Link to the challenge:

You added way more than two spaces. The p element should be lined up with the h1, h2 and comment.