.card {
    font-family: Arial, sans-serif;
    border: 3px solid #8cc63f;
    border-radius: 10px;
    padding: 12px;
    min-width: 400px;
    background-color: #f9f9f9;
    align-items: center;
    margin-top: 20px;
}
.card img {
    height: 100px;;
    margin-right: 15px;
}
.card div {
    font-size: 16px;
}
#download-btn {
    margin-top: 20px;
}
.form-container {
    margin-bottom: 20px;
}

card-email, card-phone a{
	color: black !important;
}

#capture a {
    text-decoration: none;
    color: black !important; /* Ensure text is black */
}

#capture {
    font-family: Arial, sans-serif;
    background-color: white;
    border: 2px solid #7CBA3E;
    width: fit-content;
    text-align: left;
}