﻿.template:before{
  background:linear-gradient(135deg,currentColor 50%,transparent calc(50% + 1px))0 0/1em 1em
}
.template:after{
  background:linear-gradient(315deg,currentColor 50%,transparent calc(50% + 1px))0 0/1em 1em;
  z-index:-1
}
.template:before,.template:after{
  font-size:5vw;
  color:aqua;
  filter:url(#lightA5)
}
.tpl{
  font-weight:bold;
  letter-spacing:7px
}
.tpl p{
  filter:url(#diffused1)drop-shadow(3px 4px 2px #000)
}
.tpl p:before{
  color:#fec;
  text-shadow:var(--outline-shadow10);
  filter:url(#dilate1)
}
.tpl p:after{
  color:red;
  text-shadow:0 0 .7px,0 0 1.1px,0 0 1.1px,-1px -1px 1px #431,0 -1px 1px #431,1px -1px 1px #431,1px 0 1px #431,1px 1px 1px #431,0 1px 1px #431,-1px 1px 1px #431,-1px 0 1px #431;
  filter:url(#lightA1)
}
.text{border-top:double 3px #666}