Blue color change in beginner practises

Hi,

I’m doing these beginnerpractises and I don’t understand whats wrong as I should change the color to blue and it just keeps saying it’s not blue, what am I doing wrong??

Your code so far

<style>h2 {color: blue;}</style>
<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_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/use-css-selectors-to-style-elements

Do you actually have an <h2> element or did you delete it?