body {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background: #f9f9f9;
    color: #333;
    line-height: 1.6;
}

h1, h2 {
    color: #222;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

p {
    margin-bottom: 12px;
}

.nav-links {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.nav-links a {
    display: inline-block;
    margin-right: 15px;
    padding: 6px 12px;
    background: #0056b3;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.nav-links a:hover {
    background: #003d80;
}
