body { height: 100vh; background: deepskyblue; display: flex; flex-direction: column; justify-content: center; align-items: center; } .container { text-align: center; width: 80 vw; display: flex; flex-direction: column; } .welcome { color: cornsilk; font-size: 3rem; } .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; }