﻿.template{
  perspective:600px;
  perspective-origin:20% 135px
}
.template:before{
  background-image:url(../print/textures/grass.jpg)
}
#persp{
  width:120%;
  background-image:url(../print/textures/mapple.jpg);
  box-shadow:0 0 2px;
  transform:rotateY(25deg);
  filter:contrast(1.3);
  margin-top:30px
}
.tpl{
  font-family:Bimini,bn,hi,hy,ja,ka,km,ko,ml,my,sans-serif;
  letter-spacing:5px
}
.tpl p:before{
  color:#fff;
  text-shadow:var(--3DshadowE1);
  filter:contrast(1.4)
}
.tpl p:after{
  color:red
}