
body, html {
    height: 100%;
}
body {
    background: rgb(0, 0, 0);
}
.textsection_div{
    height: 100%;
    display: flex;
    vertical-align: center;
    horiz-align: center;
    justify-content: center;
    align-items: center;
}
.textsection {
    font-family: sans-serif;
    font-weight: bold;
    color: #340000;
    font-size: 10vw;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.textsection_small{
    font-family: sans-serif;
    font-size: 3vw;
    text-align: center;
    word-spacing: 3vw;
}
.textsection_small a{
    color: #5a008b;
}
.textsection_about{
    position: absolute;
    border: 2px #440660 solid;
    height: auto;
    padding-left: 10px;
    padding-right: 5px;
    width: 50%;
    top: 25%;
    left: 25%;
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%,-50%);*/
    justify-content: left;
    align-items: center;
}
.textsection_small_about{
    font-family: sans-serif;
    font-size: 3vh;
    color: #5a008b;
}
.textsection_small_about a{
    color: #5a008b;
}
.about_bg {
    overflow: auto;
}
.about_buttons{
    font-weight: bold;
    color: #340000;
}
.about_buttons a{
    color: #340000;
}