import styled from "styled-components"; export const Container = styled.div` width: 100%; max-width: 680px; display: flex; flex-direction: column; align-items: stretch; margin: 0 auto; `;