That worked thank you, I found the rest of the ones I wanted to change in the editor. Im just learning code so its taking some time, I want to change the font style of my heading text, do I add the code to this section? and if so does it matter where it goes?
#heading {
font-size: 45px;
margin: 10px 0 20px;
text-align: center;
text-shadow: -1px -1px 0px #000000;
text-transform: uppercase;
color: #FFFFFF;
}