Fonction essentiel pour une page simple:
body { max-width: 30rem; margin: auto; }
Flex is the answer:
section{ display: flex; }
section:nth-of-type(even) { flex-direction: row-reverse; }
body{display: flex;}