body
{
    background-image: url(../images/bgs/num.gif);
    display: block;
    color: white;
    display: flex;
    justify-content: center;
}

div
{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.header
{

    width: 300px;
    height: 200px;
    top: 70px;
    left: 50px;
}

.headertext
{
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    color: #ffffff;
    text-shadow: 4px 4px 8px #000000be;
    top: -50px;
    left: -10px;
    font-size: 8em;

}

.mainpage
{
    display: flexbox;
    justify-content: center;
    position: relative;
    background: url(../images/bgs/evobg.jpg);
    border-radius: 50px;
    width: 1000px;
    height: 700px;
    margin-top: 100px;
    text-align: center;
    padding: 80px;

}

.infobox
{
    background-color: black;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    top: -80px;
    width: 400px;
    height: 500px;
}

.info
{
    display: flex;
    padding: 20px;
    text-align: left;
    font-size: 1.2em;
    width: 300px;
}

#left
{
    width: 50%;
}

#right
{
    width: 50%;
}

.evofullbody
{
    position: absolute;
    background: url(../images/ocs/evo/evo.png) 0px 0px / contain no-repeat;
    width: 400px;
    height: 500px;
    bottom: -30px;
    left: -356px;
    z-index: 1;
    border-radius: 200px;
}

.evoportrait
{
    position: absolute;
    background: url(../images/ocs/evo/IMG_0332.png) 0px 0px / contain no-repeat;
    width: 300px;
    height: 300px;
    top: -20px;
    right: -60px;
    z-index: 1;
    border-radius: 200px;
}

#factsheader
{
    font-family: Arial, Helvetica, sans-serif;
    color: #09cd5a;
    text-shadow: 4px 4px 8px #000000e5;
    position: absolute;
    top: 100px;
    left: 670px;
    font-size: 4em;
    z-index: 2;

}

.factsbox
{
    background-color: black;
    padding: 40px;
    border-radius: 20px;
    display: block;
    position: relative;
    bottom: 660px;
    left: 530px;
    width: 400px;
    height: 500px;
    overflow: auto;
    font-size: 1.2em;
    text-align: left;
}

#goback a
{
    font-family: Arial, Helvetica, sans-serif;
    color: #27b372;
    position: relative;
    bottom: 550px;
}