footer {
    font-size: 1.12em;
    margin-top: 10%;
    margin-bottom: 3%;
}

.footerlinks {
    text-align: center;
    margin: 10px;
}

.footerlinks li {
    text-align: center;
    display: block;
}

.footerlinks ul {
    display: inline-block;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
}



footer a {
    text-decoration: none;
    color: #000;
}
footer a:hover,
footer a:focus {
    color: inherit;
    background-color: inherit;
    text-decoration: underline;
}