.intro-screen{position:fixed;inset:0;background-color:black;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;animation:fadeIn 1s ease-out}.intro-screen.fade-out{animation:fadeOut 1s ease-in forwards}.intro-logo{width:200px;height:auto;opacity:0;animation:logoIn 1s ease-out forwards;animation-delay:.3s}.intro-text{margin-top:20px;font-size:24px;color:white;font-family:monospace}.typing:after{content:"|";animation:blink 1s step-start infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes logoIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.typing-text{font-family:monospace;font-size:24px;color:white}.blinking-cursor{display:inline-block;width:1ch;animation:blink 1s step-start infinite}@keyframes blink{50%{opacity:0}}