* {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.container {
    background-color: #eee;
    padding: 20px;
    margin: 0 auto;
    width: 876px;
}

.section {
    background-color: white;
    padding: 10px;
}

.profile_pic {
    width: 80px;
    border-radius: 50%;
}

hr {
    margin: 15px 0;
}

.profile.section {
    display: flex;
}

.profile.section .view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-right: 10px;
    /* padding: 0 40px 0 30px; */
    flex-basis: 400px;
}

.profile.section .view p {
    font-size: small;
    font-weight: bold;
}

.profile.section .view p span {
    color: #8a8afd;
}

.profile.section .splitter{
    width: 1px;
    height: auto;
    background-color: #c9c9c9;
}

.profile.section .bar {
    width: 175px;
    height: 13px;
    border-radius: 4px;
    background: linear-gradient(90deg, #b0b0ff 0 75%, #eee 75% 100%);
}

.profile.section .detailes{
    margin-left: 10px;
}

.section .intro{
    background-color: #8a8afd;
    color: white;
    width: fit-content;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

hr{
    border-top: 0.01px solid #d8d8d8;
}

.section #blue{
    color: rgb(75, 125, 172);
    font-weight: bold;
}

.section #red{
    color: rgb(233, 72, 72);
    font-weight: bold;
}

.trophies.section .pics{
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.trophies.section img{
    display: block;
    margin: 2px 0 2px 4px;
}

.trophies.section{
    height: auto;
}

.powers.section .skills{
    display: flex;
    justify-content: space-between;
}

.powers.section .skills p{
    margin: 2px 0;
}
