
@charset "UTF-8";

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
#progress{
  height:100%;
  background:#660099;
  position:absolute;
  width:0;
  top:0;
  left: 0;
  z-index: 9;
}
#progstat{
  font-size:5em;
  letter-spacing: 3px;
  position:absolute;
  bottom:50px;
  right:50px;
  width:auto;
  color:#fff;
  z-index: 10;
}