import styled from 'styled-components';
export const AppWrapper = styled.div`
position: absolute;
width: 100vw;
height: calc(100vh - calc(100vh - 100%));
`;