background: #000; color: #00ff41; font-family: "Courier New", monospace; cursor: url('https://www.rw-designer.com/cursor-view/144561.png'), auto; } a { color: #00ff41; text-decoration: none; text-shadow: 0 0 4px #00ff41; } a:hover { color: #000; background: #00ff41; text-shadow: none; } .container { max-width: 800px; margin: 40px auto; border: 2px solid #00ff41; padding: 20px; box-shadow: 0 0 20px #00ff41; background: #0a1910; } h1 { text-align: center; text-shadow: 0 0 8px #00ff41; } .blink { animation: blink 1s step-start infinite; } @keyframes blink { 50% { opacity: 0; } }