import { css } from '@project44-manifest/react-styles';

export const useStyles = css({
  alignSelf: 'center',
  userSelect: 'none',
});
