.active-page .page-link {
    background-color: rgb(0, 0, 84) !important;
    border-color: rgb(0, 0, 84) !important;
    color: white !important;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}