content { border: 1px solid #ddd; display: flex; flex-direction: column; padding: 1rem; } header { display: flex; width: 100%; flex-direction: row; padding: 0; } nav { flex: 1; } figure { display: flex; justify-content: center; margin-top: 4rem; } search { display: flex; justify-content: center; flex-direction: column; margin-top: 2rem; } search input { align-self: center; width: 50ch; } search buttons { display: flex; justify-content: space-evenly; } button { padding: 0.5rem; background-color: #ddd; border: 0px; color: #000; font-weight: unset; }