body {
    background-color: aquamarine;
}

h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

p {
    font-family: Georgia, 'Times New Roman', Times, serif;
}