.moreOrderContainer{ display: flex; flex-direction: column; align-items: center; } .order{ display: flex; flex-direction: column; align-items: center; width: 93%; } .orderItem{ width: 100%; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); margin: 3%; border-radius: 1%; }