.player_box {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 1em;
    padding: 0.5em 1em 0.25em 1em;
    width: 9em;
    margin-bottom:1em;
}

.jersey {
    height:80px;
}

.player_box_line2 {
    display: flex;
    justify-content: center;
    gap: 0.5em;

}

.player_box_nationality_flag {
    height: 1.5em;
}
