﻿.template{
  background:linear-gradient(#aaa,#fff);
  perspective:900px
}
#persp{
  transform:rotateX(35deg)scaleY(.5);
  margin-top:-8vh
}
.tpl{
  font-size:24vw!important
}
.tpl:before{
  display:none
}
.tpl:nth-child(n){
  display:block
}
.tpl p:before,.tpl p:after{
  content:"END"!important
}
.tpl p:before{
  top:-1px
}
.tpl:first-child p:before,.tpl:nth-child(49) p:before,.tpl:nth-child(50) p:before{
  top:0
}
.tpl p:after{
  color:#fff
}
.tpl:first-child p:after{
  filter:url(#flex-metal)
}