body { height: 100vh; margin: 0; background: deepskyblue; display: flex; flex-direction: column; justify-content: center; align-items: center; } .user-data { background: white; padding: 20px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); justify-content: center; margin-top: 20px; color: navy; }