body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; background-color: black; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }

#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; background-color: black; width: 100%; height: 100%; }

#kek-logo {
  width: 300px;
  height: 300px;
  background: url('kekspace-logo.png') no-repeat center;
  background-size: contain; 
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#unity-progress-bar-empty { 
	width: 529px; 
	height: 68px; 
	background: url('progress-bar-empty.png') no-repeat center; 
	
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}
	
#unity-progress-bar-full { 
	width: 0%; 
	height: 68px; 
	background: url('progress-bar-full.png');

	position: absolute;
}

#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
html, body {
    background-color: black;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
