body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #f4f6f8;
    color: #333;
    line-height: 1.6;
}

header {
    background-color: #0078d4;
    color: white;
    padding: 30px;
    text-align: center;
}

nav {
    background-color: #222;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

section {
    padding: 30px;
    max-width: 900px;
    margin: auto;
    background: white;
    margin-top: 20px;
    border-radius: 5px;
}

h2 {
    color: #0078d4;
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
}

footer {
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    background-color: #222;
    color: white;
}
