
#footer-icons {
    width: fit-content;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    position:absolute;
}

.footer{
    background-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom:0;
    height: 48px;
}

.footer img{
    max-width:32px;
}

@media screen and (max-device-width: 500px){
    .footer{
        height: 128px;
        img{
            max-width: 112px;
        }
    }
}