@charset "utf-8";




#splash {
    
  position:fixed ;
  z-index: 999;
  width: 100%;
  height: 100%;
  background:red;
  text-align:center;
  color:#fff;
}


#splash2 {
  position: absolute;
  top: 50%;
  left: 50%;
    z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}