// @flow import styled from 'styled-components'; const Hero = styled.div` width: 100%; padding: 4em 3em; text-align: center; `; export default Hero;