/* <a href="http://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1">
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"> */

footer {
    background-color: white;
    padding: 10px 0 4px 0;
    text-align: center;
    width: 100%;
}

footer a {
    color: black;
    display: inline-block;
    padding: 8px;
}

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;
}