.whatsapp-button {
    font-size: 1.5rem;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;

background-color: #25D366;
color: white;
text-decoration: none;

padding: 8px 15px;
width: 100%;

transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
background-color: #1ebe5d;
}

.whatsapp-icon {
display: flex;
align-items: center;
}
