.footer {
    background-color: black;
    color: white;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li {
    display: inline;
    margin: 0 15px;
}

.footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer ul li a:hover {
    text-decoration: underline;
}

a:-webkit-any-link {
    text-decoration: none;
}