.trainers{
    margin: 100px auto 0;
    padding-top: 5%;
    color: white;
}

.trainer-image{
    width: 80px;
    height: 80px;
    text-align: center;
    object-fit: contain;
}

.trainer-image img{
    max-width: 100%;
    height: auto; 
}


#trainersList{
    flex-wrap: wrap;
}

.skill-tree-image{
    width: 348.3px;
    height: 393.3px;
}

.skill-tree-image img{
    width: 100%;
    height: 100%;
}

.trainer-attributes{
    background-color:rgb(22, 23, 30) ; 
}

.filter-button-skills{
    font-size: 17px;
    padding: 9px;
    border-radius: 5px;
    background-color: rgb(30, 11, 3);
    color: rgb(180, 177, 177);
    border-color: black;
}

.filter-button-equipment{
    font-size: 17px;
    padding: 9px;
    border-radius: 5px;
    background-color: rgb(96, 79, 58);
    color: rgb(180, 177, 177);
    border-color: black;
}

#skillsDiv{
    animation-duration: 15s;
    animation-delay: 2s;
}

.all-skills
{
    flex-wrap: wrap; 
    gap: 10px;
    margin-top: 10px;
}

.skill-list{
    flex: 1 1 calc(50% - 10px); 
    padding: 20px;
    box-sizing: border-box;
}

.skills{
    color: aliceblue;
}

 .skill{
    overflow:hidden ;
 }

.skill-image img{
    width: 58px;
    height: 88.36px;
}

.skill-title{
    background-color: rgb(51, 51, 51);
}

.skill-list{
    background-color: rgb(22, 23, 30);
}

.social
{
    margin-top: auto;
    bottom: 0;
    display: flex;
    padding: 50px 30px;
    background-color: rgb(39, 37, 37);
    justify-content: space-between;
}
.copyright
{
    color: white;
    font-family: 'Quicksand', sans-serif;
}

.social-apps
{
    color: white;
    font-family: 'Quicksand', sans-serif;
}

.social-apps i
{
    font-size: 2.3rem;
    color: rgb(45, 45, 156);
}

@media only screen and (max-width: 768px) {
    
    .all-skills{
        width: 80% !important;
    }
}