body {
    font-family: Arial, sans-serif;
    background-color: #5497A7;
    margin: 0;
}

header {
    background-color: 78CAD2;
    color: white;
    padding: 1rem;
    text-align: center;
}

section {
    background-color: white;
    margin: 1rem;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
}

h2 {
    color: black;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    list-style: none;
}