import {StyleSheet} from 'react-native';

export const Style = StyleSheet.create({
    container: {
        alignItems: "center",
        justifyContent: "space-between",
        padding: 16,
    },
    avatar: {
        height: "30%",
        width: "80%",
    }
});