@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.app{display:flex;flex-direction:column;justify-content:space-between;width:100vw}.fadeIn{-webkit-animation:fadeIn .2s forwards;animation:fadeIn .2s forwards}.fadeOut{-webkit-animation:fadeOut .2s forwards;animation:fadeOut .2s forwards}
/*# sourceMappingURL=main.c8e8f1d0.chunk.css.map */