Applied Visual Design - first part of CSS not applied

I’ve created a tribute page for the FCC responsive web design projects, and it passes the tests:

BUT - I can’t get the first part of CSS to apply. If I add in some rubbish first then #title is centered, but when I remove it, #title goes back to left alignment.

Thanks for your help!

CSS files don’t need to have tags in them. That is for styling within HTML. If you get rid of those tags see if your CSS applies cleanly.

Thank you! Newbie error!