/* .positiony {
    border: 1px black solid;
    padding: 10px;
    margin: 30px;
    border-radius: 5px;
    max-width: fit-content;
    position: absolute;
    left: 50px;
    top: 50px;
}

.box3 {
    border: 1px black solid;
    padding: 10px;
    margin: 30px;
    border-radius: 5px;
    max-width: fit-content;
} */

.players {
    float: left;
    width: 10vw;
    height: 20vh;
    object-fit: contain;
    margin-right: 15px;
}

.wrapper {
    border: 5px solid plum;
    display: flow-root;
    margin: 50px;
    border-radius: 10px;
}

.titles {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: white;
    padding: 10px;
}
