#footer{
    width: 100%;
    height: 250px;
    background-color: rgb(6, 6, 224);
    display: flex;
    color: white;
}
.footer1{
     width: 25%;
}
 .footer1 img{
    width: 50px;
    height: 50px;
 }  

.footer2{
    width: 25%;
    text-align: center;
}
.footer2 img{
    width: 25px;
    height: 25px;
    padding: 20px;
}
.footer3{
    width: 25%;
    text-align: center; 
}
.footer3 ul{
    list-style: none;   
}
.footer3 ul li a{
color: black;
}
.footer4{
    width: 25%;  
}
.footer4 img{
    width: 25px;
    height: 25px;
}
.ft1{
    display: flex;
}
.ft2{
    display: flex;
}
.ft3{
    display: flex;
}