import styled from 'styled-components'; export const Container = styled.div` display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 100%; `;