body {
    background-color: #343a40;
    font-family: Tahoma, Geneva, sans-serif;
}

footer a, footer a:hover {
    color: white;
    text-decoration: underline;
}

.jumbotron {
    color: #035afc;
}

.err {
    color: red;
}

.btn-primary {
    background-color: #035afc !important;
    border-color: #035afc !important;
}

#main {
    background-color: white;
}

footer {
    color: white;
}