
	main.svelte-h7saqa {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		min-height: 50vh;

		/* width: fit-content; */
		width: 100%;
		max-width: var(--recommended-max-content-width-smaller);
		margin: 0 auto;
		gap: 1em;
	}

	/* (empty) main :global(h3) {
		/* animation: test 1s cubic-bezier(0, 0.93, 0, 1.01); *\/
	}*/

	@keyframes svelte-h7saqa-test {
		0% {
			transform: translateY(1em);
			opacity: 0;
		}
		100% {
			transform: translateY(0);
			opacity: 1;
		}
	}
