import styled from 'styled-components'; import Colors from 'constants/Colors'; export const AppWrapper = styled.div` position: absolute; width: 100vw; height: 100vh; padding: 8px; `;