    html, body {
	  width: 100%;
	  margin: 0;
	  height: 100%;
	  overflow: auto;
	  background-color: #1a1a1a;
	}
	body {
	  transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	  transform-style: preserve-3d;
	  background-color: transparent;
	}
	.htmlNoPages .picanim {
      animation: pictureanimation 1s linear 0s 1 normal forwards;
    }
	.htmlNoPages .picanim2 {
      animation: pictureanimation2 1s linear 0s 1 normal forwards;
    }
    @keyframes pictureanimation {
      0% {
        transform: scale3d(1, 0, 1);
        animation-timing-function: ease-in-out;
      }
      50% {
        transform: scale3d(1, 0, 1);
        animation-timing-function: ease-in-out;
      }
      100% {
        transform: scale3d(1, 1, 1);
        animation-timing-function: linear;
      }
    }
	@keyframes pictureanimation2 {
      0% {
        transform: scale3d(1, 1, 1);
        animation-timing-function: ease-in-out;
      }
      50% {
        transform: scale3d(1, 0, 1);
        animation-timing-function: ease-in-out;
      }
      100% {
        transform: scale3d(1, 0, 1);
        animation-timing-function: linear;
      }
    }
	.picture {
	  position: absolute;
	  width: 256px;
	  height: 256px;
	  left: 50%;
	  top: 50%;
	  margin-top: -165px;
	  margin-left: -128px;
	}
	
	.gwd-p-1rkh {
		position: absolute;
		width: 96px;
		height: 26px;
		left: 50%;
		top: 50%;
		margin-left: 155px;
		margin-top: -50px;
		font-size: 25px;
		font-family: Arial;
		transform-style: preserve-3d;
		color: rgb(255, 255, 255);
		opacity: 0%;
		transform: translate3d(-9px, 7px, 0px);
	}
	@keyframes gwd-gen-cauigwdanimation_gwd-keyframes {
	  0% {
		opacity: 0%;
		transform: translate3d(-9px, 7px, 0px);
		animation-timing-function: ease-in-out;
	  }
	  100% {
		opacity: 100%;
		transform: translate3d(-14px, 7px, 0px);
		animation-timing-function: linear;
	  }
	}
	.htmlNoPages .gwd-gen-cauigwdanimation {
	  animation: gwd-gen-cauigwdanimation_gwd-keyframes 0.5s linear 1s 1 normal forwards;
	}