import { rem } from 'polished'; import styled from 'styled-components'; export const Container = styled.div` bottom: 0; display: flex; flex-flow: column; font: ${rem(16)} sans-serif; justify-content: space-between; position: absolute; right: 0; top: 0; top: 0; `;