/* styles.css */
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#whatsapp-button:hover {
    background-color: #008b8b;
}

#whatsapp-logo {
    width: 70%;
    height: 70%;
}