.footer {
  text-align: center;
  padding: 3.5rem 1.5rem 4.5rem;
  background: var(--ivory);
}

.footer__logo img {
  height: 3.25rem;
  width: auto;
  margin-inline: auto;
}

.footer__tagline {
  font-size: 0.85rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0.9rem 0 1.75rem;
}

.footer__credits {
  font-size: 0.85rem;
  color: rgba(95, 47, 40, 0.6);
}
