footer
{
    text-align: center;
    background-color: black;
}

#footerLinks
{
    margin-bottom: 0;
}

#footerLinks li
{
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

#footerLinks li a
{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
}