/* Left Page */

.front-cover-page
{
	box-sizing:border-box;
	height:100%;
	padding:0.5rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-size:2rem;
	font-weight:bold;
	color:grey;
}