.container { display: flex; flex-direction: column; justify-content: center; height: 100%; max-width: 800px; margin: 0 auto; } h1 { font-size: 2rem; font-weight: bold; margin-bottom: 2rem; }