﻿.template{
  background:linear-gradient(#aaa,#fff);
  perspective:1000px
}
#persp{
  transform:rotateX(60deg)scaleY(.7)
}
.tpl:before{
  display:none
}
.tpl:nth-child(-n+20){
  display:block
}
.tpl p:before{
  top:-2px;
  text-shadow:0 0 .8px,0 0 1.3px, 0 0 2px
}
.tpl:first-child p:before,.tpl:nth-child(20) p:before{
  top:0
}
.tpl p:after{
  color:#fff
}
.tpl:first-child p:after{
  filter:url(#flex-metal)
}
.tpl p{font-size:200%}