body {
    background-color:lightgreen;
    font-family: "verdana";
    }
h1{
    color:red;
    background-color: yellow;
    text-align:center;
    }
p{
    color:blue;
    font-size:22px;
    text-align:justify;
    }