body {
    color: #EEF0F2;
    /*background-image: linear-gradient(#050505, #272727);*/
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #151517;
background:  rgba(21, 21, 23, 1);
}

main {
    /*background-color: #09090a;*/
    background-color: 	#131414;
    border-radius: 25px;
    width: 90%;
    max-width: 450px;
    transform: translateY(50%);
    position: absolute;
    bottom: 50%;
    padding: 20px;
   /* border: solid 1px #49C867;*/
   border: solid 1px gray;
}

#username {
    text-align: center;
}

#username #main_profile_image {
    border-radius: 50%;
    width: 80%;
    max-width: 120px;
    height: 120px;
    object-fit: cover;
}

#username h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 1px 1px 3px #EEF0F2;
}

#clan {
    margin-top: 0;
    background-color: #5352E581;
    border: solid 1px #5352E5;
    border-radius: 50px;
    max-width: fit-content;
    padding: 0 2px 0 2px;
    margin: 0 auto;
}

#clantext {
    font-size: 12px;
    line-height: 0;
}

#clan img {
    width:15px;
    line-height: 0;
    vertical-align: bottom;
}

#about {
    max-width: 80%;
    margin: 0 auto 15px auto;
}

.section-component {
    /*background-color: rgb(14, 13, 13);*/
    background-color: 	#101011;
    padding: 2px 4px 4px 4px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: solid 1px gray;
}

.section-title {
    font-size: 19px;
    text-align: center;
    margin: 0 auto 4px auto;
}

.blocks {
    display: flex;
    margin-top: 5px;
    justify-content: space-evenly;
}

.block {
    margin: 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.optional-block-image {
    border-radius: 7px;
    background-color: rgba(38, 36, 36, 1);
    width: 40px;
    display: block;
    object-fit: cover;

}

.block-title {
    text-decoration: none;
    font-family: inherit;
    color: inherit;
}

.expansion-botton {
    border: solid 1px gray;
    border-radius: 10px;
    background-color: #1d1d1d;
    font-family: inherit;
    padding: 5px 2px;
    color: inherit;
    border-collapse: collapse;
}
