Wie man mit Flexbox CSS horizontal im Mittelpunkt steht

.box.flex {
  display: flex;
  justify-content: center;
}
Repulsive Rhinoceros