body { background-color: #cff3ff; padding: 20px; } main { border: 1px solid black; background-color: #cef; width: fit-content; margin: auto; padding: 5px; } h1 { text-align: center; } .threadlist { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; } .thread { display: flex; flex-direction: column; width: min-content; margin: auto; } h1 { text-align: center; } article { border: #5e5e5e 1px dashed; margin: 2px; } .editor { width: fit-content; margin: auto; margin-bottom: 20px; } footer { font-size: 0.8em; }