.question-paper-container{
    border: 2px;
    border-radius: 4px;
    background: #f5f5f5;
    margin-left: 3px;
    padding: 5px;
    box-shadow: 3px 3px 10px gray;
    margin-bottom: 16px;
}

.this-btn{
    margin: 2px;
    padding: 2px;
    font-size: 14px;
}

.this-text-size{
    font-size: 16px;
}