import styled from '@emotion/styled';

export const Wrapper = styled.section`
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rcx-color-surface-tint, #2f343d);

  overflow-y: auto;
  align-items: center;
  justify-content: center;

  display: flex;
`;
