.navbar{
    background-color: #000e1b !important;
}

a.nav-link{
    color: #08a8d1 !important;
}

div.alert {
    margin: 0;
    padding: 0.5rem;
}

div.container>div {
    height: 105vh !important;
}

div.container>div.content-section {
    padding: 1em;
}

footer.footer {
    background-color: #000e1b;
    text-align: center;
}

footer.footer>p {
    margin: 0;
    padding: 1em;
}

footer>p.text-muted>a {
    color: #08a8d1;
    text-decoration: none;
}