body2{
    margin:0;
    padding: 0;
    height: auto;/*potentially 100*/
    /* width: 100vw; */
    display: flex;
    justify-content:center;
    align-items: center;
    margin:auto;
    min-width: 1000px;
    /* min-height: 700px; */
    /* background: rgba(211, 55, 250, 0.403); */
    background:turquoise;
    /* overflow:hidden; */
    /* display: block; */
    /* position: relative; */
}
.coreshell{
    margin: 30px 20px 30px 20px;
    height: auto;/*-10 from height in body*/
    width: 1400px;
    padding: 20px 30px 30px 30px;
    width: 95vw;
    border-radius: 5px;
    justify-content:center;
    align-items: center;
    background-color: #bae8ee;
    overflow:hidden;
    animation: transitionIn 1.5s;
    min-width: 900px;
}
#maintitle{
    justify-content: center;
    align-items: center;
    margin: auto;
}
#maintitle hr{
    margin-top: 15px; 
    background-color: black;
    color: black;
    overflow: hidden; 
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    align-items: center;
    height: 2px;
    border:none !important;
}
#maintitle h2{
    text-align: center;
    font-size: 50px;
    font-style: italic;
    margin-top: 20px;
}
#statsCounter{
    background-color: brown;
    width: 90vw;
    min-width: 950px;
    height:25vh;
    min-height: 30px;
    justify-content: center;
    margin:auto;
}
.minibottombar{
    margin:auto;
    width:auto;
    padding-left:20px;
    padding-right:20px;
    justify-content: center;
    display: flex;
    align-items: center;
}
#maintitle text1{
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding-left: 5vw;
}
.contentbox{
    width:auto;
    padding-left:20px;
    padding-right:20px;
    justify-content: center;
    display: flex;
    align-items: center;
}
text1{
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    /* padding-left: 5vw; */
}