h1, h2, h3, h4, h5, h6, legend, label, strong {
    font-family: "Gotham","Montserrat",sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8em;
    color: inherit;
    text-rendering: optimizeLegibility;
} 

p {
font-family: "Gotham","Montserrat",sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.js-form-item.form-item.js-form-wrapper.form-wrapper {
    border: 0.05em solid black;
    padding: 1em;
    margin: 1em;
}

div[role="contentinfo"][aria-label="Status message"]{
    background-color:white;
    font-size: 1em;
}

.description {
    font-size: 0.75em;
    padding-bottom:1em;
}