.footer {
    background-color: white;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 0;
    padding: 10px;
}

.footer .copyright {
    margin: 0;
    padding: 5px 0;
}

/* footer {

footer {
    background-color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.fixed-bottom {
    z-index: 0;
}