#header {
    background-color: #000000;
}

body {
}

#footer {
    background-color: #f0f0f0;
    padding: 2rem 0;
}

    #footer h4 {
        color: black;
    }

    #footer li {
        color: black;
    }

    #footer p {
        color: black;
    }

ul#menu li a {
    background: none;
    color: white;
    padding-left: 15px;
    padding-right: 0px;
    text-decoration: none;
    font-weight: bold;
}

    ul#menu li a:hover {
        color: #333;
        text-decoration: none;
    }

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

section {
    padding-top: 10px;
    padding-bottom: 10px;
}
