html,body 
{
	background:#000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div#unity-container {
	background: transparent !important;
	position: absolute;
	/* Add margin to account for the navigation bar */
	left: 0px; /* 0px margin from the left */
	width: calc(100% - 60px); /* Adjust width for margin */
	height: 100%;
	top: 0;
}

div#unity-container canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}