body { color: #eee; background: #1c1c1c; font-family: monospace; font-size: 16px; } #navigation { text-align: center; } .centered { text-align: center; } #content { width: 600px; max-width: 100%; margin: auto; } a { color: #ff3a21; } a:hover { color: #1c1c1c; background: #ff3a21; text-decoration: none; } ul { list-style: none; } li:before { content: '* '; } code { background: black; padding: 0 6px; border-radius: 4px; }