#navbarContainer {
    width: 100%;
    position: absolute !important;
    top: 0 !important;
    z-index: 200 !important; /* Ensure the navbar is above other elements */
}

#footerContainer {
    width: 100%;
    position: absolute !important;
}