/* Base Page Styles */
body {
    font-family: 'Georgia', 'Times New Roman', serif;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.7;
}

/* Headings */
h1, h2 {
    color: #003366;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    border-bottom: 2px solid #003366;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 10px;
}

/* Paragraphs */
p {
    margin-bottom: 20px;
    font-size: 1.1em;
}

/* Images */
img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* Links */
a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    text-align: center;
    margin-top: 50px;
    font-size: 0.9em;
    color: #777;
}

figure {
    margin: 30px auto;
    text-align: center;
}

figcaption {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
}
