footer {
  background: black;
  padding: 5rem 0rem;
  text-align: center;
}

footer h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

footer p {
  font-size: 1.8rem;
  font-weight: 500;
}

.footer-container {
  animation: show .2s 1.2s forwards;
  opacity: 0;
}