body { font-family: arial, helvetica, sans-serif; font-size: 10pt; background: #EEF2FF; flex: 1; display: flex; flex-direction: column; min-height: 100vh; margin: 0; } .container { margin: 5px; } .board-title { color: #AF0A0F; font-size: 20pt; font-weight: bold; font-family: tahoma; letter-spacing: -2px; } .post-container { margin-left: 15px; padding: 5px; background: #D6DAF0; } .post-container.op { background: none; margin-left: 0; } .navbar { border-bottom: 1px solid black; margin: 0; padding: 5px; } .nav-item { list-style: none; display: inline; padding-left: 20px; line-height: 50px; } .footer { text-align: center; flex-shrink: 0; margin-top: auto; } table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 5px; }