.wafloat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
}

.wamyfloat {
    margin-top:14px;
}

.fa-whatsapp:before {
    content: "\f232";
}


.yanson::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    animation: ripple 4s infinite;
}