@charset "utf-8";

body { margin: 0; }
#unityContainer { width: 100vw; height: 100vh; }
canvas { width: 100%; height: 100%; }


.logo{
  background : URL(loadingGif.gif);
  background-repeat : no-repeat;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
  position: absolute;
}
