*{box-sizing:border-box;margin:0}body{padding:5vh 5%;background-image:url(img/background.png);background-size:cover}.display-none{display:none}.app-container{border:2px solid #fff;margin:0 auto;max-width:900px;height:90vh}.logo{margin:20px auto;width:150px;height:150px;background-image:url(img/quiz-logo.png);background-size:cover}.title{font-size:36px;text-transform:uppercase;letter-spacing:1px}.themes{margin:50px auto;display:flex;width:400px;justify-content:space-evenly}.button{width:100px;padding:10px;border-radius:10px;background-color:rgba(189,224,255,.6);text-align:center;cursor:pointer}.question-field{background-color:rgba(100,149,237,.5);padding:10px 20px;border-radius:10px}.container{margin:auto;width:max-content}.input-field{width:50px;height:50px;text-align:center}.answer-section{display:flex;background-color:rgba(100,149,237,.5);width:max-content;height:max-content;padding:30px;border-radius:30px}.answer-symbols{display:flex}.answer-symbol{color:#fff;font-weight:700;display:flex;width:50px;height:50px;padding:5px;border:1px solid #fff;border-radius:10px;margin-right:10px;align-items:center;justify-content:center}.another-question{margin:auto;width:200px}.new-game{margin:auto;width:300px;background-color:rgba(240,61,97,.5)}.section{margin-bottom:5vh}.hidden{display:none}