.menuButton{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#104e8b;color:#fcfcfc;border:none;border-radius:5px;width:200px;height:200px;padding:50px;z-index:1000;display:flex;justify-content:center;flex-direction:column}.menuButton button{margin:10px;padding:10px;font-size:1em}.menuBackground{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:999}.circle-bg{stroke-linecap:round}.circle{stroke-linecap:round;transition:stroke-dashoffset 1s;transform:rotate(-90deg);transform-origin:50% 50%}:root{--primary-color: #104e8b;--primary-color-dark: #092a4b;--primary-text-color: #272525;--secondary-text-color: #fcfcfc;--secondary-color: #2a3439;--tertiary-color: #2a3439;--quaternary-color: #a2a2d0}body,html{background-color:var(--secondary-color);background-image:url(/assets/backgroundimg-d8065155.png);background-repeat:repeat;color:var(--secondary-text-color);font-family:Consolas,sans-serif;font-size:1.1em;line-height:1.1em;height:100vh;padding:0;margin:0;animation:load 1s ease-in-out}@keyframes load{0%{opacity:0}to{opacity:1}}footer{background-color:var(--primary-color);padding:10px;border-top-right-radius:5px;align-self:start;font-size:1.3em}footer a{color:var(--secondary-text-color)}.homeFlexWrap{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100vh}.techQuizWrap{display:flex;flex-direction:column;justify-content:start}h1,h2,h3{font-weight:700;color:var(--secondary-text-color);padding:0}h2{font-size:1.2em;margin:20px}h3{font-size:1.2em;margin:10px 20px}.header{display:flex;justify-content:space-between;background-color:var(--primary-color);width:100vw;padding:10px 0;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.header h1{margin:10px 20px}button{border-radius:5px;padding:.5em 1em;font-weight:700;cursor:pointer;margin:20px;font-family:inherit;color:var(--primary-text-color);transition:opacity .2s ease-in-out}button:hover{opacity:.8}.submitButton{font-size:1em;margin:20px 10px}form{width:300px;margin:50px auto;background-color:var(--primary-color);padding:20px;border-radius:5px;box-shadow:0 0 10px #0003}label{margin:0 5px;font-size:1.4em;font-weight:700;color:var(--secondary-text-color)}select{margin:10px 10px 40px 0;width:100%;border:1px solid #ccc;padding:10px;font-family:inherit;font-size:1em}.quizTip{margin:30px auto;width:300px;font-size:1em}.question{display:flex;justify-content:center;margin:50px 10px;font-size:1.2em;font-weight:700;color:var(--secondary-text-color)}.choice{display:flex;margin:10px auto;width:70%;font-size:1em;font-weight:700;color:var(--secondary-text-color);border-radius:5px;padding:10px;background-color:var(--primary-color);box-shadow:0 0 10px #0003;border:1px solid var(--primary-color-dark)}.choice:hover{background-color:var(--primary-color-dark);color:var(--secondary-text-color);border:1px solid var(--primary-color)}.controlButtons{display:flex;justify-content:space-evenly}.nextButton{font-size:1em}.mainMenu{padding:10px 20px;font-size:1em}.answerExplanation{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100px;margin:10px 30px;font-size:1em;color:var(--secondary-text-color)}.answerCorrect{font-weight:700;margin:10px 0}.scoreScreen{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;margin:50px;font-size:1.5em;height:100vh}.nextQuiz{display:flex;justify-content:center;align-items:center}.nextQuiz button{font-size:.8em}.yourScore{display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:1.3em;font-weight:700;height:100px;color:var(--secondary-text-color)}@media screen and (max-width: 1200px){.question{margin:20px 10px}.choice{width:95vw}}@media screen and (max-width: 510px){.techQuizWrap{justify-content:start}.header{margin-bottom:20px;font-size:.7em;max-width:100vw}.question{font-size:1em;margin:20px 10px}.mainMenu,.nextButton{margin:5px;font-size:.8em}.answerExplanation{height:90px;margin-bottom:50px}.yourScore{height:150px}form,.quizTip{width:70vw}.nextQuiz button{font-size:.6em}footer{font-size:.8em}}
