body{
    background-color: green;
    color: gold;
    text-align: center;
    font-style: italic;
    font-family:Georgia, 'Times New Roman', Times, serif
}
p{
    color:lightgreen;
    text-align:center
}
a{
    text-align: left;
    color:lightpink;
}
