.container { margin: 0 auto; padding: 20px; } .info-container, .logout-container { display: flex; flex-direction: column; gap: 10px; text-transform: uppercase; } .logout-container { display: flex; flex-direction: column; gap: 10px; text-transform: uppercase; align-items: center; height: 100vh; } .info-heading { font-size: 24px; font-weight: bold; text-transform: uppercase; } .info-text { font-size: 20px; } .break-all { word-break: break-all; } .logout-text { font-size: 24px; font-weight: bold; }