footer{
  background-color: #3C4144;
}

.footer__logo{
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.footer__socials{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 12px;
}

.footer__social-links{
  font-size: 16px;
  width: 100%;
  display: flex;
  color: #F1F2F4;
  -webkit-text-fill-color: #F1F2F4;

}

.footer__social-links a:hover{
  color: #FF99C4;
  -webkit-text-fill-color: #FF99C4;
  text-decoration: underline;
}

.footer__link-left{
  justify-content: left;
}

.footer__link-middle{
  justify-content: center;
}

.footer__link-right{
  justify-content: right;
}