Stop using margins
Code
Stop using CSS margin. Elements on a page should not care about the spacing around themselves. The parent element should care about the spacing of its children. The CSS Gap property is widely supported now.
Need more convincing?