#content {
    height: fit-content;
    position: absolute;
    top: 81px;
    z-index: -1;
    padding: 15px;

}


#guest-content {
    height: fit-content;
    position: relative;
    top: 81px;
}

#header {
    place-items: center;
    padding-bottom: 5.5rem;
    z-index: 50;
}

.nav-filter-sidebar:hover {
    cursor: pointer;
}


/* This content styling is for logged in pages with page title */
#content2 {

    height: fit-content;
    position: relative;
    top: 81px;
}