/* MMG - Custom*/

.page {	
	page-break-after: always;
	/*aspect-ratio: 1 / 1.414;*/
	width: min(100%, 148mm);
	max-height: 210mm;
	margin: 5mm 10mm;
	box-sizing: border-box;

	border-radius: 8px; 
	border: 1px solid #ccc;
}

.page-cover {
	page: cover;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	page-break-after: always;
}

.text-title {
  font-size: 2em;
  margin: 1em 0;  
  /*margin-bottom:2em;*/
}
.text-author {
  font-size: 1.5em;
  margin: 2em 0;  
  /*margin-bottom:6em;*/
}

.eos {
	/*margin-top: auto;   *//* pushes element to bottom */
    text-align: center;
    opacity: 0.6;
}	
.eos::before {
    content: "";
}
