.custom-whatsapp-message {
background-color: #25D366; /* Cor oficial do WhatsApp */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    border: 2px solid black;
}

.custom-whatsapp-message h2 {
    margin-top: 0;
}

.custom-whatsapp-message a {
    background-color: #007bff; /* Cor do botão */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}