.footer {
    background-color: #2c3e50;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: auto;
}
.footercontainer {

}
.ahref {
    color: #fff;
    text-decoration: none;
}
.ahref:hover {
    text-decoration: underline;
}