.whatsapp-button {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}

.whatsapp-button:hover {
    background-color: #128C7E;
    text-decoration: none;
}

.whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
