import styled from 'styled-components'; const StyledContainer = styled.div` width: 208px; `; export default StyledContainer;