body { background-color: black; color: #ffbf00; /* Amber color */ font-family: monospace; margin: 0; padding: 20px; } h1, h2, p, pre, input, textarea, button { color: #ffbf00; font-family: monospace; } a { color: #ffbf00; text-decoration: underline; } form { margin-bottom: 20px; background-color: black; } input, textarea { background-color: black; border: 1px solid #ffbf00; } button { background-color: black; border: 1px solid #ffbf00; padding: 5px 10px; cursor: pointer; } button:hover { background-color: #ffbf00; color: black; } pre { white-space: pre-wrap; word-wrap: break-word; } pre.ascii-art { font-size: 1pt; }