.socilmedia-bar {
  position: fixed;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  margin-left: 75%;
  text-align: center;
}

.socilmedia-bar a {
  display: block;
  text-align: center;
  /* padding: 8px; */
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.fa-whatsapp {
  background: #25D366;
  color: white;
  padding: 16px;
  font-size: 30px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}