Spacing utilitiesLink

Padding uses p-(all), pt-(top), pe-(right), pb-(bottom), ps-(left), px-(left and right), py-(top and bottom).
For margins, replace the "p" with "m"

Default p-2 pt-2 ps-2 px-2 py-2

Use .mx-auto class to centre a div

Centred element