You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hi, when you want to do some styling with the body of an html element in your CSS, you simply refer to it by its name, body. You do not need the dot before it. You use to dot to refer to a CLASS name that you would create first in your html.