.typewriter-text{font-family:monospace;font-size:1.5rem;margin-bottom:1rem}.cursor{animation:blink .7s infinite}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.loading-animation{display:flex;justify-content:center;align-items:center}.square{width:20px;height:20px;margin:0 5px;background-color:#0f0;animation:pulse 1.5s ease-in-out infinite}.square:nth-child(2){animation-delay:.2s}.square:nth-child(3){animation-delay:.4s}.square:nth-child(4){animation-delay:.6s}@keyframes pulse{0%,to{transform:scale(.2);background-color:#0f0}50%{transform:scale(1);background-color:#39ff14}}