body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    color: #333;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #003366;
    color: white;
    text-align: center;
}

.header-text {
    text-align: center;
    flex: 1;
}

.logo {
    height: 200px;
    width: auto;
}

section {
    padding: 20px 40px;
}

footer {
    background: #003366;
    color: white;
    padding: 40px;
    text-align: center;
}

