.social-block {
  position: absolute;
  right: 10px;
  top: 10px;
}

.social-block a {
  margin: 10px;
}

.social-block img {
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
}

.social-block.white {
  filter: invert(100%);
}

.social-block img:hover {
  transform: scale(1.2);
}

.social-block .resume-button {
  transition: all 0.2s ease-in-out;
}

.social-block .resume-button:hover {
  transform: scale(1.1);
}

/*# sourceMappingURL=social-block.css.map */
