.whatsapp-button{
    position: fixed;
    right: 5%;
    bottom: 5%;
     &:hover .whatsapp-button-icon {
        background-color: #1fb154 ;
    }
}


.whatsapp-button-icon{
    font-size: 3rem;
    color: #fff !important;
    background-color: #25D366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: all 0.2s ease;

   
}