﻿.template:before{background-color:#033}
#persp{  
  transform:rotate3d(1,1,0,40deg);
  margin-top:40px
}
.tpl:nth-child(-n+10){
  display:block
}
.tpl{
  font-family:sans-serif,bn,hi,hy,ja,ka,km,ko,ml,my;
  font-weight:bold;
  text-transform:uppercase;
  text-shadow:0 0 32px cyan;
  filter:blur(.2px)
}
.tpl:first-child p:after{color:aqua}
.tpl:nth-child(2){transform:translateZ(-5px)}
.tpl:nth-child(3){transform:translateZ(-10px)}
.tpl:nth-child(4){transform:translateZ(-15px)}
.tpl:nth-child(5){transform:translateZ(-20px)}
.tpl:nth-child(6){transform:translateZ(-25px)}
.tpl:nth-child(7){transform:translateZ(-30px)}
.tpl:nth-child(8){transform:translateZ(-35px)}
.tpl:nth-child(9){transform:translateZ(-40px)}
.tpl:nth-child(10){transform:translateZ(-45px)}