Bootstrap 4 Margin
	
		
		Margin on all sides (m-3)
		Margin on top (mt-4)
		Margin on bottom (mb-2)
		Margin on start (left/right based on text direction) (ml-5)
		Margin on end (auto) (mr-auto)
		Horizontal margin (mx-2)
		Vertical margin (my-1)
		
		Responsive margin for medium screens (m-md-4)
		Top margin for small screens and bottom margin for large screens (mt-sm-2 mb-lg-5)
		
		Negative margin of 0.25rem on all sides (m-n1)
		Negative margin of 0.5rem on top (mt-n2)