pub fn handle_popup<B: Backend>(
    app: &mut App<'_>,
    f: &mut Frame<'_, B>,
    popup_msg: &str,
    question_title: &str
)