@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{background:#fffbf4;color:#1a1208;font-family:DM Sans,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::placeholder{color:#8b7355;opacity:.7}input:focus,textarea:focus{outline:none}button{font-family:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fu{animation:fadeUp .4s ease both}.fu1{animation:fadeUp .4s ease .08s both}.fu2{animation:fadeUp .4s ease .16s both}.fu3{animation:fadeUp .4s ease .24s both}.fu4{animation:fadeUp .4s ease .32s both}@media (max-width:640px){.quiz-container{padding:28px 18px 64px!important}}