export const Subtitle = styled.h6`
  color: ${props => props.theme.neutral[`900`]};
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
`