.footer{
    background-color:#010a30 ;
    display: flex;
    justify-content: center;
    
}

@media only screen and (max-width: 768px) {
 
    .footer img {
        margin: 5px;
        height: 80%;
    }
    }