.questionArea{max-height:30vh;min-height:30vh;background-color:#000;right:0px;left:0px;bottom:-2px}.questionText{display:flex;align-items:center;justify-content:center;padding-left:50px;padding-right:50px;min-height:130px;max-height:130px}.margin8{margin:8px;z-index:20}.circle{height:116px;width:116px;cursor:pointer}.circle,.circleWhite{border-radius:50%;display:inline-block;z-index:20}.circleWhite{height:100px;width:100px;background-color:#fff}.circleWhite span{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.answerButton{height:80px;width:250px;top:15px;line-height:1.3;padding-left:15px;margin-left:-20px;z-index:10}.trapezoid{width:120px;height:100px;-webkit-clip-path:polygon(0 0,0 100%,100% 100%,75% 100%,100% 0);clip-path:polygon(0 0,0 100%,100% 100%,75% 100%,100% 0);top:0px;left:0px}.difficulty,.trapezoid{z-index:2;position:absolute}.difficulty{top:40px;right:40px}.timeout{z-index:25;position:absolute;bottom:35%;color:red;padding:15px;width:100%;font-size:60px;font-weight:700;background-color:rgba(0,0,0,0.6)}.nextQuestion{right:0;bottom:28%;-webkit-clip-path:polygon(16% 0,100% 0,100% 100%,0% 100%);clip-path:polygon(16% 0,100% 0,100% 100%,0% 100%)}.nextQuestion,.unmute{z-index:3;position:absolute}.unmute{right:20%;bottom:37%}.restartQuiz{z-index:3;position:absolute;left:0;bottom:28%;-webkit-clip-path:polygon(0 0,84% 0,100% 100%,0 100%);clip-path:polygon(0 0,84% 0,100% 100%,0 100%)}.possiblePoints{z-index:3;text-shadow:2px 2px 3px #777;position:absolute;top:45px;left:90px}.lastPointsEarned{z-index:3;text-shadow:2px 2px 3px #000;position:absolute;font-size:80px;font-weight:700;bottom:35%;right:120px}.line{z-index:1;position:absolute;top:0px;left:0px;width:94%}.progressbar{margin-top:0px;margin-left:105px;height:15px;width:100%;background-color:#fff;-webkit-animation:progressbar-countdown;animation:progressbar-countdown;-webkit-animation-duration:15s;animation-duration:15s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes progressbar-countdown{0%{width:100%;background:#fff}80%{width:20%;background:#fff}to{width:0%;background:red}}@keyframes progressbar-countdown{0%{width:100%;background:#fff}80%{width:20%;background:#fff}to{width:0%;background:red}}