body,html{height:100%;margin:0;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:10px;width:3px}::-webkit-scrollbar-button{height:20px;width:0}::-webkit-scrollbar-thumb{background:#ab6992;border:0 #fff;border-radius:100px}::-webkit-scrollbar-thumb:hover{background:#ca8ee6}::-webkit-scrollbar-thumb:active{background:#9f70b5}::-webkit-scrollbar-track{background:transparent;border:0 #fff;border-radius:50px}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background:transparent}::-webkit-scrollbar-corner{background:transparent}.App{height:100%;margin:0;padding:0;width:100%}#slideInAnim{-webkit-animation:myAnim1 1s ease 1ms 1 alternate both;animation:myAnim1 1s ease 1ms 1 alternate both}#slideFromBottomAnim{-webkit-animation:myAnim2 2s ease 1ms 1 normal forwards;animation:myAnim2 2s ease 1ms 1 normal forwards}@-webkit-keyframes myAnim1{0%{opacity:0;-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes myAnim1{0%{opacity:0;-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes myAnim2{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes myAnim2{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
/*# sourceMappingURL=main.68e42a27.css.map*/