.social-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 768px) {
  .social-buttons {
    justify-content: center;
  }
}

.social-buttons > .social-link {
  flex: 0 0 30px;
}

.social-buttons > .social-link > img {
  width: 40px;
  padding: 10px 10px;
}
.social-buttons > .social-link > img:hover {
  background-color: white;
  border-radius: 3px;
}
