body {
     font-family: Georgia, 'Times New Roman', Times, serif;
     background-color:antiquewhite;
     color: black;
}
h1 {
    color: darkgreen;
}
p {
    font-size: 18px;
}