.whatsapp {
    width: 50px;
    height:50px;
    background-color: green;
    color:#FFF;
    border-radius:40px;
    text-align:center;
    font-size:27px;
  }
  
  .whatsapp:hover {
    background-color:#FFF;
    color:green;
  }
  .facebook {
    width: 50px;
    height:50px;
    background-color: blue;
    color:#FFF;
    border-radius:40px;
    text-align:center;
    font-size:27px;
  }
  .yelp {
    width: 50px;
    height:50px;
    background-color: red;
    color: black;
    border-radius:40px;
    text-align:center;
    font-size:27px;
  }
  .yelp:hover {
    background-color:#FFF;
    color:blue;
  }
  .facebook:hover {
    background-color:#FFF;
    color:blue;
  }
  .container-media{
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    position: fixed;
    bottom: 95px;
    left: 14px;
  }
  
  .whatsapp-icon {
    margin-top:12px;
  }