Learn Basic CSS by Building a Cafe Menu - Step 12

Tell us what’s happening:

This exercise is bugged and I am also stuck. Happened multiple times in this forum already, I read through all answers and these don’t work.
Here’s the code:

Your code so far

    <style>
      h1 {
        text-align: center;
      }
      h2 {
        text-align: center;
      }
      p {
        text-align: center;
      }
    </style>

<!-- User Editable Region -->

    <style>
      h1 {
        text-align: center;
      }
      h2 {
        text-align: center;
      }
      p {
        text-align: center;
      }
    </style>
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 12

Hi!
Delete on of your style elements, only one is needed.