Hey, I just tried your code and for some reason the thing that’s breaking the test is the fallback font cursive. If you remove that, it works. I guess the question didn’t ask you to provide a fallback font, but that does sound like a frustrating error, especially since the error message doesn’t actually match the problem!
Not sure why you are still trying to change the color of the h2 element with a class selector instead of an element selector as stated in the instructions.
I did so, but it still didn’t work. I think there’s a bug. I already changed the color and font syle using an element selector (h2). Still didn’t work, yesterday it did work but today when I opened and found out I forgot to submit, everything I did yesterday didn’t work.
I think yesterday it worked and I was able to submit but today I think it restarted again, I tried doing the same thing I did yesterday and it didn’t work at all.
It looks like you deleted the .red-text rule and moved the color: red to the h2 rule? The challenge is not expecting anything in the h2 rule other than font-family: Lobster;.