body { background-color: black; font-family: 'Lucida Console'; font-size: large; } #cursor { position: absolute; z-index: -1; background-color: white; display: inline-block; opacity: 1; } #textbox { color: lime; } #input { color: lightgrey; }