.name-table {
    width: initial;
    margin-left: auto;
    border-color: black;
    float: right;
}

.font-big {
    font-size: 20px;
}

.question-ol li {
    margin: 10px 0;
    width: max-content;
    list-style-position: inside;
}

.question-ol :nth-child(9), .question-ol :nth-child(10), .question-ol :nth-child(14), .question-ol :nth-child(18), .question-ol :nth-child(19), .question-ol :nth-child(21) {
    cursor: pointer;
    cursor: hand;
}

#triangleBtn {
    float: left;
    opacity: 0.3;
    border-radius: 50%;
}

.question-title {
    clear: both;
}
