*{margin:0;padding:0;box-sizing:border-box}body{background-color:#1a1a1a;color:white;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AnimatedFadeIn{animation:fadeInUp .6s ease-out forwards;opacity:0}.AnimatedDelay1{animation-delay:.1s}.AnimatedDelay2{animation-delay:.2s}.AnimatedDelay3{animation-delay:.3s}.Typewriter{display:inline-block;overflow:hidden;border-right:2px solid #8257e5;white-space:nowrap;animation:typing 3s steps(30),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#8257E5}}