import { style } from '@vanilla-extract/css'; export const screen = style({ width: '720px', height: '540px', background: 'burlywood', }); export const screenInner = style({ width: '100%', height: '100%', });