.moreOrderContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f2f2;
  height: 100vh;
}
.tip{
  display: flex;
  align-self: flex-start;
  margin: 3%;
  width: 100%;
}
.tip text{
  color: #fbac15;
  margin-left: 3%;
}

.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%;
}