import styled from 'styled-components';

export const FormCaption = styled.p`
  text-align: center;
`;
