import styled from '@emotion/styled'; import { default as Typography } from '../../muiComponents/Heading'; import Card from '../../muiComponents/Card'; export const CardStyled = styled(Card)({ width: 600, margin: 'auto', }); export const HelpTitle = styled(Typography)({ marginBottom: 20, });