p {
    margin: 0;
    padding: 0;
}

footer p {
    text-align: center;
    font-weight: bold;
}

footer .img-footer a img {
    display: block;
    width: 2rem;
    height: 2rem;
}

footer .img-footer {
    display: flex;
    justify-content: space-around;
    margin: 2rem 0 0 0;
}
