footer {
    background-color: white;
    padding: 10px 0 4px 0;
    text-align: center;
    width: 100%;
}

footer a {
    color: black;
    display:inline-block;
    padding: 8px;
    text-decoration: none;
}

footer a:hover {
    background-color: black;
    color: white;
}

footer a:focus{
    background-color: black;
    color: white;
    outline: none;
}

footer img {
    height: 22px;
    margin-left: 3px;
    vertical-align: text-bottom;
}