#loading, body, html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#loading{
  background: url("/static/only3d/fancy.gif") center center / 90% no-repeat rgb(255, 255, 255);
}