footer {
    background-color: rgb(0, 255, 0);
    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: rgb(0, 255, 0);
}

footer a:focus {
    background-color: black;
    color: rgb(0, 255, 0);
    outline: none;
}

footer img {
    height: 22px;
    margin-left: 3px;
    vertical-align: text-bottom;
}