.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    display: flex; /* Use flexbox for easy centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.whatsapp-button img {
    width: 50px;  /* Adjust the size of the logo */
    height: 50px; /* Adjust the size of the logo */
}