
	main.svelte-11ppk0z {
		/* width: fit-content; */
		max-width: min(100%, 800px);
		margin: 0 auto;
		align-items: center;
		justify-self: stretch;
		display: flex;
		flex-direction: column;
		min-height: 100vh;
		position: relative;
		gap: 1em;
		/* opacity: 0; */
	}

	.wrap.svelte-11ppk0z {
		margin-top: 1em;

		width: fit-content;
		max-width: Min(100%, 1000px);
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		margin: 0 auto;
		gap: 2em;
	}
