import styled from 'styled-components'; const Container = styled.div` width: 85%; margin: auto; `; export default Container;