html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */

}

.footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* Set the fixed height of the footer here */

    background-color: #131313;
}