.whatsapp {
  position:fixed;
  width:50px;
  height:50px;
  bottom:40px;
  left:8px;
  background-color: green;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:21px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:15px;
}

.tiktok {
  position:fixed;
  width:50px;
  height:50px;
  bottom:100px;
  left:8px;
  background-color: #000000;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:21px;
  z-index:100;
}

.tiktok-icon {
  margin-top:15px;
}

.facebook {
  position:fixed;
  width:50px;
  height:50px;
  bottom:160px;
  left:8px;
  background-color: #3b5998;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:21px;
  z-index:100;
}

.facebook-icon {
  margin-top:15px;
}

.instagram {
  position:fixed;
  width:50px;
  height:50px;
  bottom:220px;
  left:8px;
  background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:21px;
  z-index:100;
}

.instagram-icon {
  margin-top:15px;
}

.twitter {
  position:fixed;
  width:50px;
  height:50px;
  bottom:280px;
  left:8px;
  background:#00acee;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:21px;
  z-index:100;
}

.twitter-icon {
  margin-top:15px;
}


