SThanks for the article! I believe you meant justify-content and not justify-items : export const Wrapper = styled.div` display: flex; justify-items: center; align-items: center; margin-top: 1 rem; `;Comment·Article·Feb 10, 2021·Intro to Styled Components for your React App