.footer-container{
    position: fixed;
    width: 100%;
    height:70px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(90deg, rgba(254,152,94,1) 38%, rgba(1,207,255,1) 65%);
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}
.left_f{
    width:700px;
    display: flex;
    flex-direction: row;
    
    align-items: center;
}
.left_f a{
margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    text-decoration: none;
}
.left_f a img{
    height:60px;
    width:60px;
}
.left_f a span {
    font-size:20px;
    font-weight:bold;
  color: #ceece7;
}
.right_f{
    margin-right:20px;
}
.right_f a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.right_f a img{
    height:70px;
    width:70px;
}
.right_f a span{
    color:#ceece7;
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
}
@media(max-width:821px){
    .right_f a span{
    display: none !important;
    }
    .left_f a span{
        display: none !important;
    }
}