
	.bg.svelte-j2ty3a,
	.tutorial-frame.svelte-j2ty3a {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		border: none;
	}

	.bg.svelte-j2ty3a {
		background: var(--bg-color);
		z-index: 999999999;
	}
	.tutorial-frame.svelte-j2ty3a {
		z-index: 9999999999999;
	}
