body {
    font-family: Arial;
    margin: 0;
}

header {
    background: #0a3d62;
    color: white;
    padding: 20px;
    text-align: center;
}

nav {
    background: #3c6382;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    margin: 10px;
    text-decoration: none;
}

section {
    padding: 20px;
}

footer {
    background: #0a3d62;
    color: white;
    text-align: center;
    padding: 10px;
}