
	.heroimg.svelte-gmaj2u {
		position: absolute;
		z-index: 1;
		width: 80%;
		max-width: 180px;
		height: 50%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		justify-content: center;
		align-items: center;
		object-fit: contain;
		max-height: 150px;
	}

	/* (unused) .roos {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;

		height: auto;
		z-index: 10;
	}*/

	.solid.svelte-lw9391 {
		position: absolute;
		width: 100%;
		height: 100%;
		/* background-color: #9e2aea; */
		opacity: 1;
		z-index: -10;

		background: #007159;
	}

	/* (unused) .kangaroo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		z-index: -1;
		display: flex;
		justify-content: center;
		align-items: center;
	}*/

	/* (unused) .particles {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}*/

	.panel.svelte-lw9391 {
		width: 200px;
		object-fit: contain;
		z-index: 10;
	}

	.bg.svelte-lw9391 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: -5;
	}

	/* (unused) .moons {
		position: absolute;
		max-width: 200px;
		width: 100%;
		top: 15%;
	}*/
