body {
    background-color: #e6f2ff;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
}

h1 {
    color: darkblue;
    margin-top: 20px;
}

h2 {
    color: #333;
}

/* NAV BAR */
div {
    background-color: #ffffff;
    padding: 10px;
    margin: 20px 0;
    border-bottom: 2px solid #ccc;
}

/* LINKS */
a, a:visited {
    color: #8B0000;
    text-decoration: none;
    font-weight: bold;
    margin: 0 12px;
}

a:hover {
    text-decoration: underline;
}

/* CONTENT */
p {
    font-size: 18px;
    max-width: 800px;
    margin: auto;
}

/* LIST */
ul, ol {
    text-align: left;
    display: inline-block;
}

/* IMAGE */
img {
    margin-top: 15px;
    border-radius: 10px;
}

/* FOOTER */
footer {
    margin-top: 40px;
    font-size: 14px;
    color: #555;
}
div {
    text-align: center;
}