Headline with the h2 Element. Having trouble getting started

Tell us what’s happening:
I am on challenge 9 text color blue. everything matches the example, yet I am unable to advance

Your code so far


<h1>Hello World</h1>

Your browser information:

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

Link to the challenge:
https://www.freecodecamp.org/challenges/headline-with-the-h2-element

First of all, the link to the challenge leads to the wrong challenge. Just wanted you to be aware of it.

I believe the reason to why you are unable to advance is that you use the color blue. It can be a bit confusing as the color blue is used in the example. But the challenge is to style h2 so the text color is red.

So the code should look like this:

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