footer{
    position: relative;
    display: block;
    border: 1px solid  black;
    background: rgba(245, 245, 245, 0.349);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.footer {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.are_we{
position: relative;
text-align: center;
width: 19%;
}
.copi{
margin: auto;
}
.copi p{
    text-align: center;
}
.foot_fade{
            opacity:0;
            animation: fotein 3s ease forwards;
            animation-play-state: paused;
        }
@keyframes fotein {
to {
opacity: 1;
}}