body {
    background-color: ghostwhite;
}

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

p {
    font-family: 'Courier New', Courier, monospace;
    color: grey;
}

#summary {
    font-style: italic;
    font-weight: light;
}