.footer-dark {
    margin-top: 100px;
    height: 110px;
    background-color: #0000007f;
    width: 100%;
}

.footer-light {
    margin-top: 100px;
    height: 110px;
    background-color: #ffffff7f;
    width: 100%;
}

.footer-container {
    margin: auto;
    width: 300px;
    height: 50px;
    padding-top: 25px;
    text-align: center;
}

.footer-container-sticky {
    margin: auto;
    width: 300px;
    height: 50px;
    padding-top: 25px;
    text-align: center;
}