import styled from 'styled-components'; export const AppContainer = styled.div` display: flex; height: 100vh; width: 100vw; `; export const RouteContainer = styled.div` display: flex; flex-direction: column; overflow: hidden; height: 100%; width: 100%; `;