header {
    background-color: cyan;
    color: deeppink;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 20px;
}

body {
    background-color: bisque;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
}

nav {
    background-color: chartreuse;
    text-align: center;
    list-style: georgian;
    padding: 0;
}
footer {
    background-color: lightblue;
}

p {
    font-family: 'Times New Roman', Times, serif;
    color: hotpink;
}

h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: darksalmon;
}