Problem with CSS step 6

Dicci cosa sta succedendo
Hint: p element should have the text Est.2020.
What am I doing wrong? Can anyone help me please?

Suggerimento: L’elemento p dovrebbe avere il testo Est. 2020.
Cosa sto facendo di sbagliato? Qualcuno può aiutarmi per favore?

  **Il tuo codice fino ad ora**
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
</head>
<body>
  <h1>CAMPER CAFE </h1>
  <p>Est.2020</p>

</body>
<html>
  **Informazioni del tuo browser:**

Lo user agent è: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Sfida: Step 6

Link alla sfida:

In case someone needs help, I solved by myself. I let here the code:
In caso qualcuno abbia bisogno di aiuto, ho risolto da sola. Lascio qui il codice:

 <p>Est. 2020</p>