body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#unity-container {
    width: 100%;
    height: 100%;
    position: relative;
		background-image: url("background.jpg");
    background-color: black;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* #unity-canvas {
    background: { #231F20 };
    position: fixed;
    left: 0;
    top: 0
} */

#game-loading-bar {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	max-width: 440px;
	transform: translate(-50%, -50%);
	display: none
}
#game-progress-value { color: #52DFFF; font-size: 36px; font-family: Airstrike }
#game-progress-bar-empty {
	width: 100%;
	height: 36px;
	margin-top: 4px;
	padding: 1px;
	border: solid 3px #52DFFF;
}
#game-progress-bar-full {
	width: 0%;
	height: 100%;
	background-color: #7DE7FF;
	margin: 0px;
	padding: 0px;
}

#mcc-container { position: absolute; width: 80%; height: 80%; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 10 } 
