#footer{
    width:100%;
    height :250px;
    background-color:navy;
    display:flex;
}
.footer1{
    width:25%;
    color: antiquewhite;
    background-color: navy;
}
.footer1 img{ 
    margin: 20px;
    width: 50px;
    height: 50px;
}

.footer2{
    width:25%;
    color: rgb(195, 176, 151);
    background-color: navy;
}
.footer2{
    display: flex;
    align-items: center;
    list-style: none;
}
.footer2 ul{
    list-style: none;
}
.footer3{
    width:25%;
    color: white;
    background-color:navy;
}
.footer3 img{
 align-items: center; 
width: 25px;
height: 25px;
}
.footer4{
    width:25%;
    color: rgb(250, 235, 215);
    background-color: navy;
}
.footer4 img{
    padding-left: 20px;
    width: 30px;
    height: 30px;
}