body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite;height:40vmin;pointer-events:none}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}html{background:url(/images/background.jpg) no-repeat top fixed;background-size:cover;color:#fff}#logo{display:block;margin:20px auto auto}#footer{position:fixed;left:0;bottom:0;width:100%;background-color:#ffda00;color:#806c00;text-align:center}.guess{border:2px solid #fff!important;width:200px;margin:20px;border-radius:2px;box-shadow:0 0 12px #fff;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@-webkit-keyframes wrongSpin{0%{-webkit-transform:rotate(0deg) scale(1)}10%{-webkit-transform:rotate(90deg) scale(.75)}20%{-webkit-transform:rotate(180deg) scale(.5)}30%{-webkit-transform:rotate(270deg) scale(.25)}40%{-webkit-transform:rotate(1turn) scale(.25)}50%{-webkit-transform:rotate(0deg) scale(.25)}60%{-webkit-transform:rotate(0deg) scale(.25)}70%{-webkit-transform:rotate(270deg) scale(.25)}80%{-webkit-transform:rotate(180deg) scale(.5)}90%{-webkit-transform:rotate(90deg) scale(.75)}to{-webkit-transform:rotate(0deg) scale(1)}}@keyframes wrongSpin{0%{-webkit-transform:rotate(0deg) scale(1)}10%{-webkit-transform:rotate(90deg) scale(.75)}20%{-webkit-transform:rotate(180deg) scale(.5)}30%{-webkit-transform:rotate(270deg) scale(.25)}40%{-webkit-transform:rotate(1turn) scale(.25)}50%{-webkit-transform:rotate(0deg) scale(.25)}60%{-webkit-transform:rotate(0deg) scale(.25)}70%{-webkit-transform:rotate(270deg) scale(.25)}80%{-webkit-transform:rotate(180deg) scale(.5)}90%{-webkit-transform:rotate(90deg) scale(.75)}to{-webkit-transform:rotate(0deg) scale(1)}}.guess-wrong{border:2px solid #fff!important;width:200px;margin:20px;border-radius:2px;box-shadow:0 0 12px #fff;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-webkit-animation:wrongSpin .75s;animation:wrongSpin .75s}.guess:hover .guess-wring:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@-webkit-keyframes rightAnswer{0%{color:#00ff15}to{color:#fff}}@keyframes rightAnswer{0%{color:#00ff15}to{color:#fff}}.correct{-webkit-animation-name:rightAnswer;animation-name:rightAnswer;-webkit-animation-duration:.5s;animation-duration:.5s}.correct,.incorrect{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-webkit-transform:scale(1.3);transform:scale(1.3)}.incorrect,.incorrect-post{color:red}
/*# sourceMappingURL=main.969e09f5.chunk.css.map */