.icon-bar {
  position: fixed;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  opacity: 0.8;
}

.facebook {
  background: #3B5998;
  color: white;
}

.eklase {
  background: #4F9CD4;
  color: white;
}

.kontakti {
  background: #96e2d8;
  color: white;
}

.uz-augsu {
  background: #96c2c2;
  color: white;
}

.office {
  background: #E54918;
  color: white;
}

.calendar {
  background: #77a6a6;
  color: white;
}

.ms-teams {
  background: #b8b9de;
  color: white;
}

.sakums {
  background: #facf5d;
  color: white;
}

