Learn Basic CSS by Building a Cafe Menu - Step 7

What am I doing wrong?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
       <p>Est. 2020.</p>
    </main>
  </body>
</html>

Your mobile information:

SM-A032F - Android 13 - Android SDK 33

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 7

Link to the challenge:

Please talk to us about how the instructions or error message is confusing. Thanks

Remove that extra dot.
@headbreak51