.social-media-links {
  text-align: center;
  user-select: none;
  position: relative;
  z-index: 1;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(27, 27, 27, 0) 0%,
    rgba(27, 27, 27, 0.7) 40%,
    rgba(27, 27, 27, 1) 100%
  );
}
