@font-face {
	font-family: 'SutonnyMJ';
	
}


.cer-container {
	background: white;
	margin: 0 auto;
	width: 750px;
	height:1000px;
	
	border: 10px solid white;
}
.cer-wraper {
	
	
	height: 1000px;
	font-size: 22px;
	border: 1px solid white;
}



.menu {
	position: fixed;
	right: 0;
	top: 50%;
	width: 8em;
	margin-top: -2.5em;
}

@media print {
body {
	background: white;
}
.menu {
	display: none;
}
.cer-container {
	background: white;
	margin: 0 auto;
	width: 750px;
	height: 1000px;

	border: 10px solid white;
}
.cer-wraper {
	

	height: 1000px;
	font-size: 22px;

}
}
