*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;font-family:Courier New,monospace;overflow:hidden}.name{font-size:72px;font-weight:400;letter-spacing:2px}.cursor{display:inline-block;width:3px;height:72px;background-color:#fff;margin-left:4px;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}