body, html { margin: 0; }
ul, li, p { padding: 0; margin: 0; list-style: none }
h3 { margin-bottom: 0; }
.input_quertion { width: 63%; height: 50px; border-radius: 10px; border: 1px solid black; padding-left: 20px; }
.content { width: 280px; margin: 5px; border: 1px solid black; }
.no-comment { text-align: center; padding: 20px; color: white; background-color: rgb(53, 54, 65); }
.app_container { width: 100%; height: 100%; background-color: rgb(53, 54, 65); }
.confirm_button { width: 32%; border-radius: 10px; background-color: #03b96b; border: 0; height: 50px; color: white; }
.list_container { overflow: auto; max-height: calc(100vh - 100px); }
.input_style { width: 100%; position: fixed; display: flex; bottom: 0; padding: 1%; }
.quiz { display: flex; height: 60px; padding: 10px 40px 10px; align-items: center; color: white; line-height: 41px; background-color: rgb(53, 54, 65); }
.quiz_avatar { width: 30px; height: 30px; }
.answer { display: flex; background-color: #3b3d53; color: white; height: auto; line-height: 35px; padding: 20px 40px; overflow: auto; white-space: normal; word-break: break-all; }