html, body { margin: 0; display: flex; flex-direction: column; min-height: 100vh; color: #2c2c2c; } main { flex: 1; } .mainContent { font-size: 20px; line-height: 147%; }