footer {
    bottom: 0 !important;
}

.footer__container {
    box-shadow: 0px 5px 10px 0px #00000014;
    width: 100%;
    background: #020a1a;
    color: #fff;
    opacity: 1;
    height: 3.8rem;
    bottom: 0 !important;
    backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-footer {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .text-footer {
        width: 65%;
        line-height: 1.3rem;
    }
}