Part of CSS code not working

Hi,
I have been learning to code for the past few months and I enjoy it immensely, apart from the occasional frustration when I get stuck on a problem. Please see attached images and areas of concern highlighted in purple; the id selector “#brushes” and corresponding styling are not working. I don’t know where I have made a mistake.
Help from anyone would be hugely appreciated.
Thanks.

Hello fellow camper,
you have an extra space between the # and the name of the id. Remove the space and it will work!
#brushes is not the same as # brushes.
Best of luck!
Nat

Hello Nat,

Thanks. I removed the space but it didn’t work unfortunately.

Efo.

Hi Nat,

Oh…I just figured it out, I was missing the closing } for the h1 above. It’s sorted now. Happy days!

Kind regards,

Efo.