footer {
    text-align: center;
}
#redes-sociais {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.redes img{
    width: 30px;
    height: 30px;
}