p,h2 {
	color: white;
	margin: 0px;
	padding: 0px;
}

#emu {
	top: -15px;
	position: relative;
}

body{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: black;
}

#playfield {
	width: 768px;
	height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.canvas_container {
	width: 768px;
	height: 720px;
}

canvas {
	position:relative;
	left: 256px;
	top: 240px;
	width: 256px;
	height: 240px;
	transform: scale(3,3);
	image-rendering: -moz-crisp-edges;
 image-rendering: -o-crisp-edges;
 image-rendering: -webkit-optimize-contrast;
 -ms-interpolation-mode: nearest-neighbor;
 image-rendering: pixelated;
}

.chocoblip_is {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
