body{
    background-color: #2c1b5c ;
    width: 1600px;
    height: 1000px;
    font-family: 'Comfortaa';
}


/* left: selection */
.selection img{
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 4px solid black;
    margin: 4px;
}

.selection{
    margin-left: 10px;
    width: 400px;
}


/* center: character */
.bg{
    opacity: 50%;
    position: absolute;
    top: 0px;
    left: 430px;
    width: 800px;
    height: 1000px;
    object-fit: cover;
}

.img-insert{
    width: 400px;
    position: absolute;
    top: 100px;
    left: 630px;
}

.name-insert{
    width: 400px;
    height: 80px;
    background-color: #999999a5;
    color: black;
    font-weight: bolder;
    font-size: 40px;
    text-align: center;
    padding-top: 25px;
    position: absolute;
    bottom: 50px;
    left: 630px;
}


/* right: stats */
.stats{
    width: 360px;
    height: 1000px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.triangle{
    transform: skew(20deg);
    height: 80px;
    width: 100px;
    position: absolute;
    left: 200px;
}

.banner{
    width: 250px;
    height: 80px;
    color: white;
    font-size: 28px;
    position: absolute;
    left: 0px;
    z-index: 1;
}

.gray{
    height: 120px;
    font-size: 34px;
    font-weight: bold;
}

.banner p{
    padding-left: 10px;
    padding-top: 10px;
}



/* colors */
.gray{
    background-color: #666666;
    top: 20px;
}

.green{
    background-color: #2c676f;
    top: 180px;
}

.yellow{
    background-color: #d3a552;
    top: 380px;
}

.red{
    background-color: #a32828;
    top: 580px;
}

.blue{
    background-color: #2c4e6f;
    top: 780px;
}



.stat-insert{
    position: absolute;
    color: white;
    font-size: 30px;
    left: 0px;
    padding-left: 10px;
    padding-top: 110px;
    background-color: #2c1b5c;
    z-index: 0;
}