#ContentContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    flex: 1;
    overflow: auto;
}

.ContentContainerBody {
    background-color: rgb(223, 213, 199);
}

#ContentScrollContainer {
    display: flex;
    margin: 0.5rem;
    flex: 2;
    overflow: auto;
}

.ScrollableContentContainer {
    min-height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
}

#ContentContainer>flex {
    max-width: 100%;
    max-height: 100%;
}

.Positioning-Content {
    position: fixed;
}