*{
    margin:0;
    padding:0;
}

body{background:white;
    height:97%;
    display:flex;
    flex-direction: column;
    background-repeat:no-repeat;
    

}

.main{
    display:flex;
    color:white;
    flex-wrap:wrap;
    margin:0px;
    justify-content:space-between;
    margin-top:100px;
    background-size:100px 100px;
    background-repeat:no-repeat;

}

.champions{
    
    margin-top: 5px;
    display:flex;
    flex-direction: column;
    border: 4px solid black;
    border-radius: 5px;

    position:relative;
display:inline-block;
justify-content:space-between;
margin-top:40px;
margin-right: 10px;
margin-left: 5px;

box-shadow: 0 0 0 0 black inset

}



/*.champions{
    
    margin-top: 5px;
    display:flex;
    flex-direction: column;
    border: 6px solid #B95674;
    height:450px;
    background:#5C5794;
    background:#303030;
    position:relative;
display:inline-block;
justify-content:space-between;
border-radius: 6px;

}*/

.lore{
    margin-top: 20px;
}

.champName{

    display:flex;
    flex-direction:column;
    align-items: center;
    color:white;
    font-size:18px;
    margin-top:10px;
    

}




.ch{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color: #ffffff;
    font-family:'Quicksand',sans-serif;
    display:flex;
    flex-direction:column;
    opacity:0;
    background-size:100px 100px;
    background-repeat:no-repeat;
    
    opacity:0;
}
.ch:hover{
    opacity:1;
}

.port:hover{
    opacity:0.5
}


.champions:hover{
    transform: scale(1.01);
}



.ch:hover{
    background-color: rgba(0,0,0,0.5);
}

.blurb{
    margin-left:10px;
    font-size: 20px;

}

.typeClass{
    margin-left: 10px;
    margin-top: 10px;
    color:#889FA5
}

.bg{
    margin-top: 20px;
    border: 5px solid #00C9C8;
    margin-left:30px;
width:1200px;
height:600px;
opacity:0.6;

}



.main2{
    position:absolute;
    display:flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    margin-top:10px;
    flex-wrap: wrap;
    margin-top: 10px;

}




.refresh{
    position: absolute;
    left:50px;
    top:10px;

}



.title{
order:2;
}

.brief{
    order:3;
}

.lore{
position:absolute;
top:650px;
left:30px;



}

.inName{

    order:0;
    color:white;
    font-size: 40px;
    text-align: center;
    
    
}

.title2{
    color:white;
    font-size: 30px;
    text-align: center;


}

.title{
    color:white;
    font-size: 23px;
    margin-top: 19px;
    margin-left: 10px;
}


.abilities{
    font-size: 45px;
    color:white;
    text-align: center;
    font-family: Courier;
}

.Q{
    width:64px;
    height: 64px;;
}
/*
.bg{
    
    opacity:0.4;
}
*/

.champions{
    object-fit: none;
    
}

.abilitiesDiv{
    position: absolute;
    top:650px;
    left:800px;
    border: 6px solid #00C9C8;
    width:400px;
    height: 600px;


}

.lore{
    border: 5px solid #00C9C8;
    
    width:400px;
    height:460px;
    margin-left:40px;
    margin-top: 10px;
    

}