File size: 185 Bytes
fb38ec5
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import styled from "styled-components";

export const Container = styled.div`
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
`;