body {
    background-color: #343a40;
    font-family: Tahoma, Geneva, sans-serif;
}

h1 {
    color: #035afc;
    font-size: 1.2rem;
}

#main {
    background-color: white;
}

footer {
    color: white;
}

footer a, footer a:hover {
    color: white;
    text-decoration: underline;
}

.err, .conditional {
    visibility: hidden;
}

.errRequired {
    display: none;
}

#adminBody {
    background-color: white;
}

#adminFooter {
    color: black;
}