div#dv-listaJugadores {
    width: 30%;
    height: 100vh;
    overflow: hidden;
    float: left;
}

.jugador {
    width: 91%;
    background-color:#93939380;
    padding: 10px;
    border-radius: 13px;
    height: max-content;
    padding-bottom: 22%;
    margin-top: 10px;
}

.imagen {
    width: 35%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    float: left; 
    margin-right: 10px;

}

.imagen img {
    height: 100%;
    width: 100%;
}

.puesto {
    float: left;
     margin-left: -36%; 
    color: #95871a;
    font-size: 29px;
    text-shadow: 3px 3px 5px black;
}

.Nombre {
    color: white;
    /* -webkit-text-stroke: .5px black; */
    font-size: 28px;
}

.juegos {
    /* margin-left: 85px; */
    padding-left: 10px;
    width: 100%;
}

