
@font-face {
	font-family: 'FontRegular';
	src: url('../fonts/peperoncino_sans-regular.eot');
	src: url('../fonts/peperoncino_sans-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/peperoncino_sans-regular.woff2') format('woff2'),
		 url('../fonts/peperoncino_sans-regular.woff') format('woff'),
		 url('../fonts/peperoncino_sans-regular.ttf')  format('truetype'),
		 url('../fonts/peperoncino_sans-regular.svg#peperoncino_sans-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	font-family: FontRegular;
	font-size: 18pt;
}

h1 {
	font-size: 24pt;
}

div#certificate {
	width: 670px;
	height: 900px;
}

img#logo {
	float: right;
}
