const Navbar = styled.nav` display: flex; flex-direction: row; align-items: center; justify-content: space-between; background: #fff; padding: .75em 0; flex: none; order: 0; align-self: stretch; flex-grow: 0; position: sticky; top: 0; `; const LogoArea = styled.div` display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0px; gap: .7em; `; const ActionArea = styled.div` display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-start; padding: 0px; gap: 1em; `;