import styled from 'styled-components/native'; export const Container = styled.View` display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; ` export const LogoWrapper = styled.View` align-items: center; margin-top: 10px; `; export const Slogan = styled.View` align-items: center; margin-bottom: 10px; margin-top: 20px; padding-horizontal: 40px; `;