/* Body Styling */
body {
    background-color: #dee9c4;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}
/* Main Page Header Center */
h1 {
    text-align: center;
}
/* Site Navigation Centering */
nav {
    text-align: center;
}
/* Footer Centering */
footer {
    text-align: center;
}
/* Image Styling */
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}
/* Bluegill figure limits */
figure {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}
figcaption {
    font-style: italic;
    margin-top: 10px;
}