/* styles.css */

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px; 
    z-index: 9999; 
    border-radius: 20px;
}

.whatsapp-button img {
    width: 50px; 
    height: auto;
  
    
}
