﻿.template{
  perspective:1000px;
  perspective-origin:50% -600px
}
.tpl{
  letter-spacing:20px
}
.tpl:nth-child(-n+20){
  display:block
}
.tpl:nth-child(n+9){filter:url(#dilate4)url(#dilate4)}
.tpl:nth-child(8){filter:url(#dilate4)url(#dilate3)}
.tpl:nth-child(7){filter:url(#dilate4)url(#dilate2)}
.tpl:nth-child(6){filter:url(#dilate4)url(#dilate1)}
.tpl:nth-child(5){filter:url(#dilate4)}
.tpl:nth-child(4){filter:url(#dilate3)}
.tpl:nth-child(3){filter:url(#dilate2)}
.tpl:nth-child(2){filter:url(#dilate1)}

.tpl p:before{
  top:1px;
  opacity:.7
}
.tpl:nth-child(20) p:before{
  top:0;
  opacity:1
}
.tpl:nth-child(9) p:before{
  top:0
}
.tpl p:after{
  color:#eee
}
.tpl:first-child p:after{
  color:#000
}