@keyframes customEnterOverlayAnimation{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes customLeaveOverlayAnimation{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes customEnterModalAnimation{0%{transform:scale(.2)}to{transform:scale(1)}}@keyframes customLeaveModalAnimation{0%{transform:scale(1)}to{transform:scale(.2)}}.customBackground{padding:0;margin:16px;border-radius:10px}