.footer-bg {
    background-color: #fff;
    background-image: url(../images/teenagers_final4.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 150px;
}

.footer-container {
    font-size: var(--footer-font-size);
    color: var(--footer-text-color);
    position: absolute;
    bottom: 0;
}

.footer-container .icon {
    width: 20px;
    padding-right: 4px;
    vertical-align: top;
}

.footer-container a {
    text-decoration: none;
    color: var(--footer-text-color);
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px
}
