
body {
    background-color: black;
    color: white;
    width: 1150px;

}
span {
    /*background-color: black; */
}
div {background-color: transparent; color: white;}

.FactionData {
    width:130px;
    border: 0px solid #202020;
    position: absolute;
    Top: 0px;
    z-index: -1;
}
.requirement {
    font-size: 8px;
    line-height: 1;
    height: 35px;
    border: 1px solid #4A4A4A;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;  /* Added this line */
}


.spellbook {
    font-size: 6px;
    line-height:1;
    height:35px;
    width:130px;
    border: 1px solid #202020;
    text-align:center;
    vertical-align: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}

.spellbook span:first-child {
    font-size: 8px;
    
}

.data_h2 {
    font-size: 8px;
    line-height:1;
    text-align:center;
}

.tooltiptext {
    visibility: hidden;
}
