/* this is a comment section 

sdadaddsa

*/


p {
    color: green;
    background-color: yellow;
    text-align: center;
    font-size: 1em; /*1em == 16px, so 2pm == 31px*/
}

body {
    background-color: LightGray;
    background-color: url("www.website.com")

}
