.footer {
  background-color: var(--preto);
  padding: 2rem 0;
}

.footer-content p {
  color: var(--branco);
  font-size: 0.9rem;
}
