footer {
    background-color: black;
    color: white;
    width: 100%;
    position: relative;
    text-align: center;
}

footer .links {
    position: absolute;
    display: flex;
    top: 60%;
    left: 90%;
    transform: translate(-50%, -50%);
}

footer .links div a img {
    width: 30%;
}