.facebook {
  width: 50px;
  height:50px;
  background-color: blue;
  color:#FFF!important;
  border-radius:40px;
  text-align:center;
  font-size:27px;
}
.facebook:hover {
  background-color:white ;
  color: blue !important;
}

.whatsapp {
  width: 50px;
  height:50px;
  background-color: green;
  color:#FFF!important;
  border-radius:40px;
  text-align:center;
  font-size:27px;
}

.whatsapp:hover {
  background-color:white ;
  color:green!important;
}

.instagram {
  width: 50px;;
  height:50px;
  background-color: red;
  color:#FFF!important;
  border-radius:40px;
  text-align:center;
  font-size:27px;
}
.instagram:hover {
  background-color:white ;
  color:red!important;
}

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

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