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