.footer-icons{

    width:200px;
    height:200px;

    display:flex;
    justify-content:center;
    align-items:center;

}

.footer-icons img{

    max-width:100%;
    max-height:100%;

    object-fit:contain;

    transition:opacity .5s ease;

}