import styled from '@emotion/styled'; const StyledSubTitle = styled.div` color: ${({ theme }) => theme.font.color.secondary}; text-align: center; `; export { StyledSubTitle as SubTitle };