body {
	padding: 0;
	margin: 0;
	background: rgb(247, 247, 247); /*bgc*/
	height: 100%;
	width: 100%;
	overscroll-behavior: contain;
}
#pgc {
	display: block;
}
#pgc canvas {
	position: absolute;
	margin:auto;
	overflow: hidden;
	top: 0;
	left: 0;
    object-fit: contain;
	max-width: 100%;
    max-height: 100%;
}

@font-face {
	font-family: 'Inconsolata-Regular';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(./ir.otf) format('otf');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/*
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(./JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w9aXx-p7K4KLjztg.woff) format('woff');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
*/
