import Colors from './colors' export default { centerItems: { alignItems: 'center', flex: 1, justifyContent: 'center' }, page: { backgroundColor: Colors.tourquiseLight, flex: 1 } }