footer {
    margin-top: 10%;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: #313131;
    color: white;
}

footer > div {
    padding-top: 30px;
}