body{
    background-color: thistle;
    font-family: Georgia, sans-serif
}

h1{
    color: forestgreen;
    text-align: center
}

h3{
    color: darkslategray
}

p{
    font-size: 16px;
    font-family: Georgia, sans-serif
}


