    .whatsapp-float {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      width: 63px;
      height: 63px;
      filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .22));
      transition: transform .15s, filter .15s;
    }
    .whatsapp-float:hover {
      transform: scale(1.1);
      filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .3));
    }
    .whatsapp-float img {
      height: 61px;
      width: auto;
      display: block;
    }
