CSS aligner les éléments du centre vertical

.parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
Gleaming Grivet