Umieść centrum przedmiotów w CSS za pomocą siatki

.parent-element {
   display: grid;
   place-items: center;
}
Tired Tapir