footer .foot{
    display: flex;

}
footer{
    background-color: #a0cfda5e;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);

}

footer .foot .footleft{
    width: 100px;
    margin: auto 20px;
}

footer .foot .footleft img{
    width: 100px;
}

footer .foot .footright{
    width: 100px;
    margin-left: 5%;

}

footer .foot .nav li{
    margin: 0 0;
    float: left;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    margin: 5px 4px;
    padding: 3px 5px;
    border-radius: 50px;
    transition: 0.7s;
}

footer .foot .nav li:hover{
    background-color: rgb(255, 255, 255);
    color: black;
}

footer .foot .copyright{
    width: 400px;
    margin-left: 17%;

}

.foot .nav{
    margin-left: 7%;
    width: 410px;
    
}
footer .foot .footright img{
    width: 20px;
    margin-top: 25px;
}












