.card{
    display: flex;
    flex-direction: row;
}
.card-body{
    width: 35%;
    

}
.card-body2{
    width: 65%;
}

.avatar img {
    width:  100%;
    max-width: 280px;
    max-height: 100%;
}
.card-body-container2{
    display:flex;
    flex-direction: column;
    align-items: center ;
    width: 100%;
    height: 100%;
    
    
}
#videojuegos-curso{
    cursor: pointer;
    height: auto;  
    width: 250px;
     
}
#videojuegos-curso:hover{
    transform: scale(1.25);
}
#negocio-curso{
    
    cursor: pointer;
    height: auto;  
    width: 250px;


}
#negocio-curso:hover{
    transform: scale(1.25);
}
#codigo-curso{
    
    cursor: pointer;
    height: auto;  
    width: 250px;

}
#codigo-curso:hover{
    transform: scale(1.25);
}
.card-body-container1{
    height: 50%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,80px);
    padding: 5px;
    margin: 10px;
    gap: 5px;
    justify-content: center;
}
.recompensa{
    width: 80px;
    height: 80px;
    background: rgb(106,71,122);
    background: radial-gradient(circle, rgba(106,71,122,1) 0%, rgba(48,26,70,1) 32%, rgba(40,20,63,1) 56%, rgba(38,19,61,1) 77%, rgba(29,11,53,1) 100%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recompensa:hover{
    transform: scale(1.5);
}
.dekidcoins {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 1;
}
.card-body-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.avatar {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    order: 2;
}
.card-body2 img{
    height: 30%;
}



