@font-face
{
	font-family: Dangrek;
	src: url('./fonts/Dangrek-Regular.ttf');
}

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}

.canvas
{
	background-color: #33ffff;
}

.hide
{
	display: none;
}
