I need help with fonts

Tell us what’s happening:
cant pass this code any help?

Your code so far

  .red-text {
    color:red;
  }
  p {font-size:16px;
  }

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

<p> Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. </p>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/change-the-font-size-of-an-element

I copied and pasted your code into my challenge and it worked fine. Are you still having the issue?