.playerData {
    width: 100%;
    min-height: 100%;
    background-color: black;
    color: white;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow-y: scroll;
}

.question-list {
    width: 90%;
    font-size: 1.5rem;
    margin: 0 auto;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
}

.closePlayerData {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 2em;
    cursor: pointer;
}

.closePlayerData:hover,
.closePlayerData:focus {
    opacity: 0.5;
}

.no-show {
    font-size: 2rem;
}