header { margin: 1.5rem; } header h1, h2 { text-align: center; } main { display: flex; flex-direction: row; flex-flow: wrap; min-width: 500px; max-width: 80vw; justify-content: space-between; } section { flex: 0 0 45%; }