body {
    background-color: lavender;
    color: black;
    margin: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h1 {
    text-align: center;
}

nav {
    text-align: center;
    font-size: 1.5em;
}

footer {
    text-align: center;
}

figure {
    border: thin solid;
    max-width: 250px;
    padding: 5px
}

figcaption {
    text-align: center;
}