.whatsapp {
  width: 40px;
  height:40px;
  background-color: green;
  color:#FFF;
  text-align:center;
  font-size:20px;
}

.whatsapp:hover {
  background-color:green;
  color:green;
}
.faceboo {
  width: 40px;
  height:40px;
  background-color: blue;
  color:#FFF;
  text-align:center;
  font-size:20px;
}
.faceboo:hover {
  background-color:blue;
  color:blue;
}
.google {
  width: 40px;
  height:40px;
  background-color: red;
  color:#FFF;
  text-align:center;
  font-size:20px;
}
.google:hover {
  background-color:red;;
  color:red;
}

.bbb {
  width: 40px;
  height:40px;
  background-color: #015e88;
  color:#FFF;
  text-align:center;
  font-size:20px;
}
.bbb:hover {
  background-color:#015e88;;
  color:#015e88;
}

.container-media{
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 120px;
  left: 0px;
}



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