@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes fadeInOut{0%,20%{opacity:1}25%,80%{opacity:0}to{opacity:0}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#28a745}}.animate-fadeIn{animation:fadeIn 3s}.animate-shake{animation:shake 1s}.animate-bounce{animation:bounce 2s infinite}.text-success{color:#28a745}.display-4{font-size:3rem;font-weight:700}.mb-4{margin-bottom:1.5rem}.spinner-border{width:3rem;height:3rem}.fas{font-family:Font Awesome\ 5 Free}.typing-container{position:relative;height:3rem;font-size:1.5rem;font-weight:500}.typing,.typing-container{overflow:hidden;display:inline-block}.typing{white-space:nowrap;border-right:.15em solid #28a745;animation:typing 4s steps(30),blink-caret .75s step-end infinite}.typing .text{display:inline-block;opacity:0;animation:fadeInOut 9s infinite}.typing .text:first-child{animation-delay:0s}.typing .text:nth-child(2){animation-delay:4s}.typing .text:nth-child(3){animation-delay:8s}