html, body { width: 100%; } body { display: flex; flex-direction: column; align-items: center; } /* Home Link */ a[href="/"] { margin-bottom: 20px; } form { display: flex; flex-direction: column; gap: 10px; }