body,html{
    width: 100%;
    margin: 0;
}
#footer{
    width: 100%;
    height: 200px;
    background-color:rgb(112, 163, 216);
    display: flex;
}
.footer1{
    width:25%; 
    color: rgb(255, 255, 255);
    padding:5px;
}
.footer1 img{
    margin: 10px;
    width: 50px;
    height: 50px;
}
.footer2{
    width:25% ;
    color: rgb(255, 255, 255);
    text-align: center;
}
.footer2 img{
    padding-left: 20px;
    width:50PX ;
    height:50px;
}
.footer3{
    width: 25%;
    color: rgb(255, 255, 255);
}
.footer3 ul li a{
    align-items: center;
    list-style:none;
    color: #1372cf;
}
.footer3 ul li a:hover{
     background-color:#96baf8;
}
.footer4{
    width:25% ;
    color: rgb(255, 255, 255);
}
.footer4 ul img{
    align-items: center;
    color: rgb(255, 255, 255);
    width:30px;
    height: 20px;
}
