/* Add this CSS to your stylesheet */

.text-center {
    text-align: center;
}

.php-email-form button {
    display: inline-block;
    background-color: #09cf52; /* WhatsApp green color */
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.php-email-form button:hover {
    background-color: #128C7E; /* Darker shade on hover */
}
