.footer {
  color: #000;
  background-color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px 0;

  .footer__text {
    font-weight: 200;
  }
}

.footer_black {
    color: #fff;
    background-color: #000;
}
