#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fccfd6;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader-bg #loader h2{position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); color:#fff; z-index:2; font-size: 280px; font-family: 'Josefin Sans', sans-serif; font-weight:normal;}
