flexbox made things so much easier, but still hard. There are just too many rules to keep in your head about display
and position
and how they affect other attributes. And the box model... wow. margin, border, padding, content, but he attribute is box-sizing
and it has border-box and content-box, but not the others.
IINM it was written by people who came from print media (just like HTML) and that stuck.