page { background-color: white; display: flex; flex-direction: column; align-items: center; } .success-image { width: 420rpx; height: 500rpx; margin-top: 20%; } .success-text { font: lighter; font-size: 12px; color: #5e5e5e; text-align: center; width: 100%; } .success-btn { font: medium; font-size: 20px; color: white; width: 200px; height: 45px; line-height: 45px; border-radius: 22.5px; background-color: #f4879b; bottom: 100px; margin-left: 50%; transform: translateX(-50%); text-align: center; margin-top: 20px; }