*{-webkit-user-select:none;user-select:none}.Questions{max-height:100vh;max-width:100vw;display:flex;flex-direction:row;overflow:hidden;scroll-snap-type:x mandatory}.Scores{position:absolute;top:0;right:0;margin:10px 15px}.Scores>p{margin:0}.QuestionContainer{min-width:100vw;min-height:calc(100vh - 40px);display:flex;align-items:center;justify-content:center;scroll-snap-align:start}.Question{background-color:#eee;color:#343434;width:calc(80vw - 20px);padding:10px;border-radius:20px;text-align:center;margin:0 10vw}.Question>h1{margin:50px 0}.Answers{display:grid;grid-template-columns:repeat(2,40vw)}.AnswerButton{background-color:#ddd;width:calc(40vw - 30px);height:100px;border-radius:10px;margin:5px;display:flex;justify-content:center;align-items:center;font-size:18px}.AnswerButton:hover{background-color:#ccc;cursor:pointer}.AnswerButton:active{background-color:#aaa;color:#222}.ButtonGreen,.ButtonGreen:hover,.ButtonGreen:active{background-color:#aafd4b}.ButtonRed,.ButtonRed:hover,.ButtonRed:active{background-color:#ff3d3d}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}
