.email-button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    background-color: #369b1d; /* Adjust color as desired */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.email-button:hover {
    background-color: #246a12;
}
