#pageContentContainer {
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    /*pagecontent between sidebar an nav*/
    background-color: white;
}

#pageContentContainer .scrollContainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}

section {
    margin-top: 2rem;
}

.aboutusText {
    margin: 0;
    margin-bottom: 0.4rem;
    text-align: justify;
}

.sectionwrapper {
    flex-grow: 1;
    padding: 0 4rem;
}