h2.hero {
    font-size: 2.2rem;
}

h2.hero .highlight {
    text-decoration: underline;
    text-decoration-color: goldenrod;
}

.call-to-action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}

.call-to-action > a {
    font-size: 1.3rem;
}

#contactForm {
    margin-top: 2em;
}

#contactForm .form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

#contactForm .form-control {
    border-radius: 8px;
}

#contactForm #submitBtn {
    border-radius: 8px;
    padding: 0.6rem 2rem;
    font-weight: 500;
}

