.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer__title {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
