:root {
    --brand: #BF0C7D
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
    background-color: #f8f9fa;
}
body, input, button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
}
header {
    height: 91px;
    margin: 0 0 0px;
    background-color: #bf0c7d;
    color: #fff;
}
footer {
    background-color: #fef4c1;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a:link {
    color: #BF0C7DFF;
}
.title {
    text-align: left;
    color: black;
    height: 40px;
    width: 100%;
    margin: 0;
    padding: 3px;
}
.subtitle {
    padding: 12px 0;
    font-weight: bold;
    background-color: #faf7eb;
    text-align: center;
    font-size: 16px;
}

form {
    display: flex;
    flex-direction: column;
}