.container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; } button { margin: 10px; } input { margin: 10px; padding: 5px; width: 200px; }