#qna {
    display: none;
    align-items: center;
}

.qnum{
    color: #ef8e23;
    background-color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: 80%;
}
.qBox {
    background-color: white;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    width: 90%;
}

.answerList {
    background-color: white;
    border: 2px solid #ef8e23;
    color: #ef8e23;
    border-radius: 24px;
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
}

.answerList:hover,
.answerList:focus {
    background-color: #ef8e23;
    color: white;
}

.status {
    height: 6px;
    width: 86%;
    background-color: #D6D6D6;
    border-radius: 24px;
}

.statusBar {
    height: 100%;
    background-color: #ef8e23;
    border-radius: 24px;
}