#splash-screen {
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	overflow:hidden;

	padding: 10vh 10vw;
}

#splash-screen-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	padding-bottom: 5vh;
	text-align: center;
}

p {
	font-size: 16pt;
	font-family: serif;
}

body .loading-error-message {
	display: none;
}

body.fatal-error .loading-message {
	display: none;
}

body.fatal-error .loading-error-message {
	display: initial !important;
}
