Main element should have 2 paragraph elements as children

You have posted no code so we can’t say what you are doing wrong.

You need to have two paragraph elements inside the main element.

<main>
  <p>Give me the correct lorem text</p>
  <p>Give me the correct lorem text</p>
</main>