/* This is needed to keep the footer at the bottom of the screen on short pages */ body form { display: flex; flex-direction: column; flex: 1; } footer { flex: 1; display: flex; align-items: flex-end; } h1, h2, a { color: #153A8B; } a { text-decoration: underline; } a:hover { color: #4B68A1; } h1 { font-weight: bold; text-align: center; margin-bottom: 20px; } .btn-primary { background-color: #153A8B; border: none; text-decoration: none; } .btn-primary:hover { background-color: #4B68A1; border: none; } .navbar-nav .nav-link { color: white !important; text-decoration: none; } .navbar-brand { text-decoration: none; } h3 { color: #3E3E49; } h2, h3 { margin-top: 20px; } .card { margin: 10px 0px; }