body { background-color: black; } .shittyweb-header { text-align: center; } .title { display: none; } #content { width: 65%; margin: auto; color: #00ff00; background-color: #060a0f; border: 1px solid gray; word-wrap : break-word; overflow-wrap: break-word; } a:link { color: red; } a:visited { color: pink; } b { color: white; } table { margin: auto; } .outline-2 { border: 1px dotted gray; } #buttons { display: none; } #navigation { display: none; } #text-navigation ul { list-style-type: none; margin: auto; text-align: center; padding: 5px; border: 1px solid #00ff00; } #text-navigation li { display: inline; padding: 3px; } #outline-container-buttons { text-align: center; } #postamble { width: 25%; color: #00ff00; background-color: #060a0f; text-align: center; margin: auto; }