.retro-ascii-container{text-align:center;padding:40px 20px}#ascii-text{font-family:'Press Start 2P',monospace;font-size:2.5rem;font-weight:400;color:lime;letter-spacing:.1em;line-height:1.5;white-space:pre;animation:flicker 0.3s infinite}@keyframes flicker{0%,100%{opacity:1}50%{opacity:.98}}.cursor{display:inline-block;width:.6em;height:1em;background:lime;margin-left:.1em;animation:blink 1s step-end infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}@media (max-width:1024px){#ascii-text{font-size:1.8rem}}@media (max-width:768px){#ascii-text{font-size:1.2rem;letter-spacing:.05em}.retro-ascii-container{padding:30px 15px}}@media (max-width:480px){#ascii-text{font-size:.7rem;letter-spacing:.05em}.retro-ascii-container{padding:20px 10px;margin:10px auto}}