
	:host {
		display: block;
	}

	.wrap.svelte-1fko27c {
		display: flex;
		justify-content: center;
		align-items: center;
		/* min-height: 20vh; */
		margin: 0 auto;
		font-size: 3em;
		flex-wrap: wrap;
		line-height: 1.1;
		font-family: "PressStart2P";

		/* margin: auto; */
		text-align: center;
		max-width: calc(100vw - 4em);
	}

	.uppercase.svelte-1fko27c {
		text-transform: uppercase;
	}

	.word.svelte-1fko27c {
		display: inline-block;
		animation: svelte-1fko27c-pulse 2s ease infinite backwards;
	}

	.space.svelte-1fko27c {
		display: inline-block;
		width: 0.2em;
	}

	/* mobile */
	@media screen and (max-width: 800px) {
		.wrap.svelte-1fko27c {
			font-size: 3em;
		}
	}

	@keyframes svelte-1fko27c-pulse {
		0%,
		100% {
			opacity: 0;
			scale: 0.99;
		}
		20% {
			opacity: 1;
			scale: 1;
		}
	}
