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