I want the background of my <body>
to span the whole width of the page and to go all of the way to the top of the page. This is what my page looks like right now. As you can see the grey background does not extend all of the way to the left. The grey background also does not extend all of the way to the top. And the grey background also does not extend all of the way to the right. I do not want the grey to extend down anymore but I want it to fill all above, left, and right. Here is the coding in my style sheet for the <body>
part:
#title {
text-align: center;
color: white;
background-color: #3B3C36;
font-family: Eras;
background-size: cover;
height: cover;
width: cover;
}