.social-icon {
  text-align: center;
  padding: 30px 0 0 0;
  position: relative;
}
.social-icon a {
  margin: auto 5px;
}
.social-icon a:hover {
  text-decoration: none;
  margin: auto 5px;
}
.social-icon a img {
  max-height: 36px;
}
.social-icon a img:hover {
  -webkit-animation: tada;
  animation: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

/*# sourceMappingURL=social.module.css.map */
