.facebook2 {
  width: 50px;
  height: 50px;
  background-color: #000000;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size:27px;
}
.facebook2:hover {
  background-color: #0e47a1;
  color: white;

}

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

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