body { background-color: #000000; color: #ffc000; } hr { border-color: #584200; } #loginform { text-align: center; } #titlebox { font-size: 5em; text-align: center; } #titlebox > img { display: inline-block; height: 1em; } #centerbox { margin: auto; max-width: 50em; } #postform { margin-top: 1em; margin-bottom: 1em; } #postformtextarea { box-sizing: border-box; width: 100%; border-radius: 1em; } #postformactionrow { text-align: right; } .post { border-style: solid; border-width: 1px; padding: 1em; margin-top: 1em; margin-bottom: 1em; border-radius: 1em; /* margin: auto; max-width: 50em; */ } .postactions { float: right; }