.social-media-link {
  font-size: var(--fs-2xl);
  height: 44px;
  width: 44px;
  background: #de0043;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-link:hover,
.social-media-link:active {
  text-decoration: none;
}