.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: #1877F2;
  color:#FFF;
  text-align:center;
  font-size:20px;
}
.faceboo:hover {
  background-color:#1877F2;
  color:rgb(255, 255, 255);
}

.instagram {
  width: 40px;
  height:40px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color:#FFF;
  text-align:center;
  font-size:20px;
}
.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color:rgb(255, 255, 255);
}


.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;
}