import styled from 'styled-components' const Title = styled.h1` flex: 1 1 100%; font-size: 4em; margin: 0; padding: 0; text-align: center; ` export default Title