.answer[data-v-5d6e0374]{cursor:pointer;line-height:60px;border:1px solid #ccc;margin-bottom:20px}.wrong[data-v-5d6e0374]{background-color:red}.correct[data-v-5d6e0374]{background-color:green}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;position:relative;max-width:600px;margin:0 auto}#app .scene{position:absolute;border:1px solid #ccc;width:100%}.image-scene img{max-width:100%;height:auto}.image-scene p{color:#2c3e50}.timebar{height:10px;background-color:#ccc;width:100%}.timebar .bar{height:10px;width:0;-webkit-animation-name:timebarfill;animation-name:timebarfill;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;background-color:red}.game-progress{margin-bottom:20px}.game-progress span{width:20px;height:20px;border-radius:50% 50%;margin:0 20px;display:inline-block}.game-progress span.filled{background-color:#000}.game-progress span.unfilled{background-color:#ccc}.end-scene button{display:block}@-webkit-keyframes timebarfill{0%{width:0}to{width:100%}}@keyframes timebarfill{0%{width:0}to{width:100%}}