    @font-face {
    font-family: 'BlockZone';
    src: url('./BlockZone.ttf') format('truetype');
    //--- BlockZone is released under the SIL Open Font License 
	//--- ./blockzone_license.txt
}
body { 
	background-color:#ffffff;
	padding:0;
	margin: 0;
	width:100vw;
	height:100vh;
	overflow:hidden;
}

#cool {
	display:block;
	width: 100%;
	height: 100%;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	overflow:auto;
	position:fixed;
	object-fit:contain;
	font-family:BlockZone !important;
}
.download-button {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
}
