body  {
    background-color: rgb(219, 213, 213);
font-family: TimesNewRoman, sans-serif;
text-align: center;
}
h1 {
    color: darkblue;
    font-size: 50px;
}    
p {
    color: darkgreen;
    font-size: 40px;
}
