@media (max-width: 991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

footer#footer .nav-link,
footer#footer h1,
footer#footer h2,
footer#footer h3 {
    color: #ffffff !important;
}

.navbar .nav-link {
    color: var(--bs-primary);
}