const Header = styled.div` display: flex; width: 100%; flex-direction: column; position: absolute; `; return <Header>header</Header>;