#game-over {
	font-size: 2em;
	text-align: center;
	background-color: rgba(255, 0, 0, 0.6);
	position: absolute;
	top: 30%;
	left: 40%;
	transform: translate(-50%, -50%);
	width: 30%;
	/* height: 30%; */
	border:  1pt black solid;
}

#game-loaded {
	border:  1pt black solid;
	font-size: 2em; 
	text-align: center;
	background-color: rgba(230, 230, 255, 0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	/* height: 20%;*/
}


#game-over>h2 {
	font-size:  2em;
}
#game-loaded>h2 {
	font-size:  2em;
}