.orderConfirmContainer{ display: flex; flex-direction: column; align-items: center; width: 100%; height: 95vh; background-color: #f2f2f2; } .tip{ display: flex; align-self: flex-start; margin: 3%; width: 100%; } .tip text{ color: #fbac15; margin-left: 3%; } .orderInfo{ width: 90%; display: flex; justify-content: center; } .moreOrderTip{ color: #d81e07; margin-top: 5%; font-weight: 600; } .anthorizationTip{ color: #9f9cb7; margin: 3%; } .payButton{ width: 95%; margin-top: auto; }