import styled from 'styled-components'; import { OverlayBase } from '../../components/styles'; export const Overlay = styled(OverlayBase)` z-index: 10000; `;