Поместите центр предметов в CSS с помощью Grid

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