CSS:
.rodapé {
justify-items: center;
}
.rodape__logo {
margin-bottom: 3em;
}
.rodape__list {
display: flex;
list-style-type: none;
gap: 10px;
margin-bottom: 2em;
}
a {
text-decoration: none;
color: var(--cor-primaria);
font-size: 16px;
}
.rodape__text {
color: var(--cor-segundaria);
font-size: 14px;
margin-bottom: 2em;
}
.rodape__text__address {
text-align: center;
color: var(--cor-segundaria);
font-size: 14px;
margin-bottom: 7em;
}