.App{background-color:#f7f7f7;min-height:100vh;width:100%;display:block;position:relative;top:0;bottom:0;overflow:auto}.title-text{cursor:default;-webkit-user-select:none;user-select:none;padding-bottom:2rem;width:100%;height:100px;margin:auto;display:block;text-align:center}.title-text span{--shadow-color: #002922;position:relative;top:20px;display:inline-block;animation:bounce .3s ease 6 alternate;font-size:80px;color:#00b99b;text-shadow:0 1px 0 var(--shadow-color),0 2px 0 var(--shadow-color),0 3px 0 var(--shadow-color),0 4px 0 var(--shadow-color),0 5px 0 var(--shadow-color),0 6px 0 transparent,0 7px 0 transparent,0 8px 0 transparent}.title-text span:nth-child(2){animation-delay:.1s}.title-text span:nth-child(3){animation-delay:.2s}.title-text span:nth-child(4){animation-delay:.3s}.title-text span:nth-child(5){animation-delay:.4s}.title-text span:nth-child(6){animation-delay:.5s}.title-text span:nth-child(7){animation-delay:.6s}@keyframes bounce{to{top:-20px;text-shadow:0 1px 0 var(--shadow-color),0 2px 0 var(--shadow-color),0 3px 0 var(--shadow-color),0 4px 0 var(--shadow-color),0 5px 0 var(--shadow-color),0 6px 0 var(--shadow-color),0 7px 0 var(--shadow-color),0 8px 0 var(--shadow-color),0 9px 0 var(--shadow-color),0 50px 25px rgba(0,0,0,.2)}}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
