/* Body */
html,
body {
	background: var(--background-color);
	color: var(--text-color) !important;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
.display {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
.display img {
	width: 100%;
	height: 100%; 
	padding: 0 !important;
	margin: 0 !important;
}
.display span {
	width: 100%;
	padding: 1em;
	font-size: 16em;
	margin: 0 !important;
}
.hidden {
	display: none;
}
