.mainLandingDiv {
    text-align: center;
    width: 60%;
    background-color: white;
    margin-left: 20%;
    margin-right: 20%;
    padding: 5%;
    font-size: larger;
    border-radius: 10vh;
}

.mainHeimDiv {
    text-align: center;
    width: 40%;
    background-color: white;
    margin-left: 25%;
    margin-right: 25%;
    padding: 5%;
    font-size: larger;
    border-radius: 10vh;
}

.bodyMinorPage {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

.mainMinorPageNavDiv {
    height: 100%;
    width: 15%;
    margin-left: 3%;
    margin-right: 0;
    background-color: darkcyan;
    border: 0,5vh;
    border-color: rgb(7, 80, 80);
    border-radius: 3vh;
    border-style: solid;
    position: relative;
    float: left;
}

.mainMinorPageNavDivContentTableHeadline {
    text-align: center;
    width: 100%;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0,25vh;
    border-bottom-color: rgb(7, 80, 80);
}

.mainMinorPageNavDivContent {
    text-align: left;
    margin-right: 0;
    margin-left: 1vw;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0,25vh;
    border-bottom-color: rgb(7, 80, 80);
    position: relative;
    color: black;
}

.mainMinorPageIframeDiv {
    margin-left: 5%;
    width: 76%;
    height: 100%;
    position: relative;
    float: left;
}

.mainMinorPageIframe {
    margin: 0;
    width: 80%;
    height: 100%;
    border-radius: 5%;
    background-color: white;
}

.mainMinorPageNavContent {
    margin: 0;
    padding-top: 0,5vh;
    padding-bottom: 0,5vh;
    padding-left: 3vh;
    position: relative;
}

.mainMinorPageNavContent:hover {
    background-color: rgb(7, 80, 80);
}

.mainMinorPageBodyIframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-y: scroll;
    text-align: center;
    top: 0;
}

.mainMinorPageDivIframe {
    width: 100%;
    height: 95%;
    margin-top: 5%;
    background-color: white;
    text-align: center;
    top: 0;
}

.mainMinorPageBodyIframe::-webkit-scrollbar {
    display: none;
}