/* Maintained by Facooya and Fanone Facooya, 2026 */

html, body, faco-main {
	background-color: #2a2a2a;
}

faco-main .container {
	/* Reset */
	max-width: none;

	position: relative;
	width: 100%;
	height: calc(100vh - 64px);
}

faco-main .text {
	/* Reset */
	max-width: none;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 16px;
	color: #90ee90;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.25rem;
	line-height: 3rem;
	text-align: center;
	text-shadow:
		0 0 2px #90ee90,
		0 0 4px #90ee90cc,
		0 0 8px #90ee9099,
		0 0 12px #90ee9066,
		0 0 16px #b8fcb844,
		0 0 24px #b8fcb833;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

@media (min-width: 768px) {
	faco-main .container {
		height: calc(100vh - 128px);
	}
	faco-main .text {
		padding: 0 24px;
	}
}

@media (min-width: 1280px) {
	faco-main .container {
		height: calc(100vh - 64px);
	}
	faco-main .text {
		padding: 0 32px;
	}
}
