Your p element should contain the first few words of the provided additional kitty ipsum text. help me please

Tell us what’s happening:

Your code so far


<style>
  .red-text {
    color: red;
</style>
<h1>CatPhotoApp</h1>
<main>
<p>="red-text"Kitty ipsum dolor sit amet</p>

<p>
Purr jum eat the grass rip the couch scratched sumbathe, shed everywhere rip the couch sleep in the sink fluffy fur canip scratched.</p>
</main>

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements/

First of all, I would reset your code because it contains stuff from other lessons.
Then, add another paragraph below the 1st paragraph with the text given in the instructions.
Then, wrap the 2 paragraph tags with main tag.