.end-game-area {
    position: absolute;
    top: 10%;
    left: 12.5%;
    width: 75%;
    height: 75%;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 0px 16px 10px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.end-game-area h2 {
    font-family: "Sour Gummy", serif;
    color: #75050a;
    font-size: 60px;
    padding: 32px;
    margin: 0;
    text-align: center;
}

.end-game-people {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    gap: 32px;
}

.end-game-loser {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.end-game-loser-label {
    font-family: "Sour Gummy", serif;
    color: #75050a;
    font-size: 1em;
    font-weight: 500;
}

.end-game-loser-name {
    font-family: "Sour Gummy", serif;
    color: #75050a;
    font-size: 2em;
    font-weight: 500;
}


.end-game-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 20%;
    gap: 24px;
}

.end-game-people-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 222px;
    height: 328px;
}

.end-game-empty-star {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    background-color: #DDDDDD;
    width: 222px;
    height: 328px;
}
