css:

body { background-color: #3d3d3d; } .cursor { padding-left: 4px; vertical-align: 6px; } p { font-family: "Glass TTY VT220"; margin: 6em; width: 100%; line-height: 140%; font-size: 36px; color: #f0fff8; /* almost white */ text-shadow: 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 6px 0 6px #00ff99; } .brighter { font-weight: bold; text-shadow: 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66, 6px 0 6px #00ff99; }
node