.footer-sticky {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(200deg, #f5faff 0%, #ceae92 50%, #fcd4b3 100%);
    color: white;
    text-align: center;
    z-index: 99999999;
    height: 45px;
    align-content: center;
    border: none;
}
