.standing-container {
    width: 100%;
    height: 70vh;
    font-size: var(--text-size);
    overflow-y: auto;
}

.standing-row-container {
    width: 100%;
    height: 9vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--color-4);
    margin-bottom: 2%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.standing-rank-container,
.standing-row-left-container,
.standing-row-right-container {
    width: 60%;
    height: 7vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.standing-rank-container {
    width: 5%;
    justify-content: center;
}

.standing-row-right-container {
    width: 25%;
    justify-content: center;
}

.standing-image-container {
    width: 30%;
}

.fake-image {
    width: 80%;
    padding-top: 80%;
    position: relative;
    background-color: red;
}

.standing-biodata-container {
    width: 68%;
}

.standing-firstname-container {
    font-style: italic;
}

.bg-green {
    background-color: var(--color-5);
}

.bg-red {
    background-color: var(--color-bright-1);
}