/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.social-icon-bar {
  position: fixed;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.social-icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
}

/* Style the social media icons with color, if you want */
.social-icon-bar a:hover {
  animation: pulse; 
  animation-duration: 1s;
  }

.facebook {
  color: white;
}

.instagram {
  color: white;
}

.tiktok {
  color: white;
}