Style Multiple Elements with a CSS Class need help

Tell us what’s happening:

i am stuck here. idk what am i doing wrong

Your code so far

  .red-text {
    color: red;
  }
</style>
<h2 class="red-text">CatPhotoApp</h2>
<p> class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7.

Link to the challenge:
https://www.freecodecamp.org/challenges/style-multiple-elements-with-a-css-class

You have a syntax error. <p> class="red-text"> should be <p class="red-text">