.social-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #007bff;
  border-radius: 25%;
  width: 50px;
  height: 50px;
}

.social-link-icon {
  font-size: 1.6em;
  text-decoration: none;
}

.fixphone:hover > .social-link-effect {
  display: block;
}

.social-link:hover {
  transition: 0.5s all;
  color: #0b80cc;
}

.social-link-effect {
  display: none;
}
