Learn Basic CSS by Building a Cafe Menu - Step 18

My code for step 18 is not working. This is what I have

h1, h2, p {
text-align: center;
}
body {
backround-color: brown
}

It keeps saying You should set the background-color property to brown but I already did?

Hello! The g is missing in background.

Could happen to any of us.

hi and welcome to the forum.
You should try using the Help button next time you need help as it will create a handy template for you to fill out with your question and provide us with your code in a readable format as well as a link to the step.

For now though, please fix the spelling of your background-color (you are missing the letter g)

I am sorry! I forgot to welcome you to the forum.

And, though I found the error, @hbar1st is correct that normally the help button provides the option to load your code for help.

Please if you still have issues after fixing the missing g in background, use the help for assistance from the community.

Happy coding!