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

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

.facebook {
  position:fixed;
  width:60px;
  height:60px;
  bottom:105px;
  left: 30px;
  background-color: rgb(22, 4, 182);
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}


.google {
  position:fixed;
  width:60px;
  height:60px;
  bottom:170px;
  left: 30px;
  background-color: rgb(182, 4, 4);
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
