html,
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	overflow: hidden;
}

#pparent {
	position: relative;
	overflow: hidden;
}

#paradoxplaygame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}