Can somebody tell me what I am doing wrong here <h2 style="color: blue">CatPhotoApp</h2> thank you

Tell us what’s happening:

Your code so far

<h2 style="color: blue">CatPhotoApp</h2>

<p>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_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15.

Link to the challenge:
https://www.freecodecamp.org/challenges/change-the-color-of-text

The request was to make it red in here: style="color: blue"

all css style tags must end with ;
so your code should read style=“color:blue;”

Instead of blue it should be red