p, h1, h2, h3, h4, h5, h6 {
    font-family: "serenity";
  }

  .donation-form label {
    font-family: "serenity";
}
div#wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
body {
    background: #194478;
}
div#content {
    max-width: 600px;
    display: flex;
    border-radius: 64px 0px !important;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 62px;
}


.field input {
    max-width: 100% !important;
    padding: 8px 8px 8px 8px !important;
}

div#card-element {
    /* width: 100% !important; */
    max-width: 100% !important;
}
.field select {
    max-width: 100% !important;
}
textarea#comment {
    max-width: 100% !important;
}

.btn-group .btn-submit-donation {
    padding: 16px 24px !important;
    background: #D94B2F;
    color: white;
    font-family: "serenity";
    font-size: large;
    font-weight: 700;
    text-transform: uppercase;
    stroke: #D94B2F !important;
    border: solid;
    stroke-width: 2px;
}

.btn-group:hover .btn-submit-donation:hover {
    background: #ffffff;
    color: #D94B2F;
}
.btn-group .btn-submit-donation {
    padding: 16px 24px !important;
    border-radius: 32px !important;
    margin-top: 32px;
}
input#express-submit {
    cursor: pointer !important;
}
h2, p {
    color: white;
}
a {
    color: #D94B2F;
}