This <h1> is the first child of <main>

A paragraph.

This <h1> is the first child of an <article>

This is another paragraph

This <h2> is the first child of a <section>

This is another paragraph

Another <h2>

👆🏼 that <h2> shouldn't have any special styling applied.

Another <h2> that shouldn't have any special style.

And another paragraph.

This section starts with a paragraph, so the headings here don't get any special style because none of them matches the :first-child selector.

(you see?)