/*	Copyright ZenuHit @ 2022.
	2022-11-16 @ 09:23. */

/*	-------------------------------------------------------------------------------------------------------------------------
//!	Det lilla som behövs när sidan har laddats om vid inaktivitet:
--	------------------------------- -------------------------------------------------------------------------------------- */
	Body
	{	display:					flex;
		height:						100vh;
		align-items:				center;
		justify-content:			center;

		text-align:					center;
		font-family:				sans-serif;
		font-size:					2rem;
		font-weight:				bold;
		color:						#eeeeee;

		background-color:			#295893;}

	Body *
	{	color:						inherit;}