Impara le basi del CCS realizzando il menù di un bar - Step 16

*Non riesco ad andare avanti ma il codice è giusto
Il codice per il collegamento dello style è corretto ma non mi fa andare avanti, come posso fare? mi compare questa frase: Dovresti avere un elemento link auto-concludente

Il tuo codice fino ad ora

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    <link rel="stylesheet" href="./styles.css">
  </head>

<!-- User Editable Region -->

  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>
/* file: styles.css */
h1, h2, p {
  text-align: center;
}

Informazioni del tuo browser:

Lo user agent è: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36

Sfida: Impara le basi del CCS realizzando il menù di un bar - Step 16

Link alla sfida: