:root {
    background-color: var(--bs-dark);
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 57px;
}

footer {
    margin-top: auto;
}