import styled from "styled-components"; const StyledContainer = styled.div` max-width: 216px; `; export default StyledContainer;