#player-info { 
    margin: 50px; 
} 

#player-info h6 { 
	box-sizing: border-box; 
    margin-top: 20px; 
	width: 100%;
    display: inline-block; 
    font-family: 'Raleway'; 
    font-size: 13px; 
    text-transform: uppercase; 
    color: #f1ecec; 
    padding: 2px 15px; 
    letter-spacing: 2px; 
    background-color: rgb(81 88 153 / 68%); 
	text-align: center;
}

.playersname {
	width:100%;
	font-size: 50px;
	color:#060606;
	position:relative;
}

.user-stat { 
	    float: left; 
    background: rgb(81 88 153 / 68%); 
    padding: 15px 5px;
    margin: 5px 5px; 
    width: 30%; 
    z-index: 1; 
    position: relative; 
    text-align: center; 
    font-size: 11px;  
    font-weight: bold; 
    text-transform: uppercase; 
	    padding-left: 10px;
    margin-right: 6px;
}
}
  

.user-stat .descr { 
    text-align: center; 
    font-size: 10px; 
    letter-spacing: 1px; 
    color: #f1ecec; 
} 

#ccontainer { 
	width: 100%; 
    box-sizing: border-box; 
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
} 

.chara-box { 
    float: left; 
    box-sizing: border-box; 
    width: 30%; 
    margin: 10px;
} 

.chara-title { 
    box-sizing: border-box; 
    padding: 10px 20px; 
    background: rgb(81 88 153 / 68%); 
} 

.chara-title img { 
    width: 100px; 
	border: solid 1px #474e8e;
} 

.chara-name { 
    float: left; 
    text-align: justify; 
    width: 80px; position: 
    relative; 
    top: -20px; 
    margin-left: 5px;  
} 

.vorname { 
    color:  #f1ecec; 
    font-size: 14px; 
    font-weight: bold; 
    text-transform: uppercase; 
} 

.nachname { 
    color:  #f1ecec; 
    font-size: 9px; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    margin-top: 0px;  
} 

.chara-descbox { 
    box-sizing: border-box; 
    padding: 20px 30px; 
    padding-bottom: 10px; 
    background: rgb(81 88 153 / 68%);
} 

.chara-desc { 
    height: 150px; 
    background: rgb(81 88 153 / 68%); 
    padding: 5px 10px; 
    line-height: 1.5em; 
    overflow: auto; 
    scrollbar-width: none !important; 
    text-align: justify; 
    font-size: 13px; 
    font-family: 'calibri', sans-serif; 
    color: #f1ecec; 
    margin-bottom: 10px; 
} 

.chara-desc::-webkit-scrollbar { 
    width: 0px !important; 
} 

.chara-fact { 
    margin: 5px auto;
    padding: 5px;
    font-family: 'calibri', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f1ecec; 
    background: rgb(81 88 153 / 68%); 
} 
    
    
#quote {
margin: 20px auto;
    font-size: 14px;
    background: rgb(81 88 153 / 68%);
    box-sizing: border-box;
    padding: 10px;
 font-family: 'Raleway'
 font-style: italic; */
    color: var(--light);
    line-height: 1.4em;
    height: auto;
    text-align: justify;

}

#quoted {
   font-family: 'Calibri', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 10px;
  text-align: right;
  position: relative;
  margin-right: 10px; 
	color: #f1ecec;
}

#quoted:before {
content: "";
    position: absolute;
    left: 250px;
    top: 5px;
    width: 350px;
    height: 1px;
    background: #f1ecec;
}