.whatsapp-icon {
    width: 50px;
    height: 50px;
    background-color: green; /* Customize the background color */
    border-radius: 50%; /* Make it circular */
    cursor: pointer;
    /* Add any other styles you want */
}