.fullpage {
    height: auto;
    min-height: 630px;
    display: flex;
    flex-flow: column;
    overflow: auto;
    background-color: #252837;
}

.HomePage_Content {
    height: 100%;
    min-height: 570px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    overflow-y: auto;
}

.contentBox {
    width: 70%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contentBox_title {
    height: 20%;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    height: 70%;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.linksOut {
    height: 10%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ButtonToMainpage {
    height: 30px;
    width: 140px;
    background-color: #5D5893;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
    margin-bottom: 10px;
}

.ButtonToMainpage:Hover {
    background-color: #6757D6;
    transition: all 0.3s ease;
}

.ButtonLink {
    height: 100%;
    width: 100%;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

#TextTitle {
    font-size: 40;
}

#Text {
    font-size: 20;
}


/* placin each texts here*/
.TextSection {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    display: flex;
    text-align: left;
    flex-direction: column;
}

.TextSection_title {
    margin-bottom: 20px;
}

.TextSection_titleSmall {
    margin-bottom: 10px;
}

.TextSection_Listing {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-inline: 40px;
    font-family: 'Roboto';
    color: #C6CEDD;
}

.TextSection_Staff {
    font-size: 20;
    margin-top: 10px;
    margin-bottom: 5px;
}