Saludos problemas con style en css

estoy terminando el ejercicio de menu de la cafeteria pero hay tres ejercicios que no me dejan avanzar y yo se que lo estoy haciendo bien por favor demen un cable con estos ejercicios que no me salen

1 <title>Cafe Menu</title>
    <style>
        h1 {
          text-align: center;
        }
    </style>

2 <style>
      h1{
        text-align: center;
      }

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

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

yo sé que están bien hechos, pero no me permiten avanzar

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

HI @alampo13758351 !

Welcome to the forum!

Please tell us what lesson numbers you are working on so we can help you