﻿
.questionPnlBtn {
    
    display: flex;
    width: 200px;
    margin: 0 auto;
    justify-content: space-evenly;
}
.questionPnlBtn > input {
        background-color: lavender;
        border: solid black 1px;
        width: 60px;
        font-family: 'Bahij Myriad Arabic';
        font-size: inherit;

}

    