:root { background-color: white; } body { display: flex; flex-direction: column; } .Header { display: flex; flex-direction: row; } h1 { align-self: center; } input { align-self: flex-end; }