html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

@font-face {
	font-family: 'unifont';
	src: url('./font/unifont-15.0.01.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

#tag_border {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 520px;
	height: 840px;
	box-shadow: 0px 0px 10px -4px;
}

#tag_canvas {
	position: absolute;
	margin: 0 auto;
	padding: 3px 0 0 4px;
	width: 422px;
	height: 726px;
	font-family: 'unifont';
	font-size: 120px;
	line-height: 1;
	word-wrap: break-word;
	hyphens: auto;
	letter-spacing: -0.5px;
}