body {
  overflow: auto; /* Hide scrollbars */
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
width:100%;
height:100%;
  text-align: center;
}

.inner {
  margin-left: auto;
  margin-right: auto;
width:95vmin;
  line-height:0;
  display: inline-block;
}

.enner {
  	margin-left: auto;
  	margin-right: auto;
	width:95vmin;
  overflow: auto;
}

.enner p{ 
  margin: 1vmin 0vmin 1vmin 0vmin;
 	 text-align: justify;
 	 text-justify: inter-word;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 2.4vmin; 
	line-height: 3.6vmin;  
	} 

.container {
	width:95vmin; 
}

