footer {
    display:flex;
    width:100%;
    max-height:10%;
    min-height:100px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}

footer.theme-light {
    background-color: #eee;
}

footer.theme-dark {
    background-color: #cccccc;
}
