body { 
  padding: 0; 
  margin: 0;
  background-image: url('unity-logo-dark.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; 
  transform: translate(-50%, -50%); display: none }
#unity-logo { 
  font-size: 1rem; 
  font-weight: bold;
  color: white;  /* Add this line */
}#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px;}
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
