*{margin:0;padding:0;box-sizing:border-box}.app{display:flex;justify-content:center;padding-top:60px;height:100vh;width:100vw}.mainBlock{width:70vw}.contentBlock{-webkit-animation:showContentBlock .7s forwards;animation:showContentBlock .7s forwards}@-webkit-keyframes showContentBlock{0%{opacity:0}to{opacity:1}}@keyframes showContentBlock{0%{opacity:0}to{opacity:1}}.questionsText{min-height:10vh;-webkit-animation:showQuestionsBlock .2s forwards;animation:showQuestionsBlock .2s forwards}@-webkit-keyframes showQuestionsBlock{0%{opacity:0;-webkit-transform:translateX(-500px);transform:translateX(-500px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes showQuestionsBlock{0%{opacity:0;-webkit-transform:translateX(-500px);transform:translateX(-500px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.button{margin:20px 15px 20px 0}
/*# sourceMappingURL=main.51c59614.chunk.css.map */