@media print{@page {size: landscape}}
		body{
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}
		.certificate{
			width: 1115px;
			height: 750px;
			background-image: url("marksheet.png")	;
			background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
		}

@media print {
  .certificate {
    break-inside: avoid;
  }
}

.full{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.data{
	position: absolute;
			display: block;
			color: #000000;
			font-size: 24px;
			width: 480px;
			text-align: center;
			/* background-color: #000; */
			left: 454px;
			font-family:"arial,helvetica";
}
		.roll_no{top: 251px;}
		.name{top: 295px;}
		.fname{top: 336px;}
		.marks{top: 379px;}
		.course{top: 419px;}
		.duration{top: 461px;}
		.fee{top: 504px;}
		.less{top: 546px;}
		.monthly{top: 587px;}


		.bold{font-weight: 600;}
		.clear{position: absolute;}