.social.fa {
  padding: 5px;
  font-size: 15px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10px;
  transition: all 0.4s ease
}

.social.fa:hover {
  transition: all 0.4s ease
}
