.social {
  padding: 20px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  transition: 0.2s;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #1da1f2;
  color: white;
}

.fa-instagram {
  background: #c13584;
  color: white;
}

.social:hover {
  color: white !important;
  text-decoration: none !important;
  opacity: 0.8;
}