body {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  line-height: 1.2em;
  padding-top: 70px;
}

.dashed-shadow {
  font-size: 85pt;
  position: relative;
  top: 8px;
  left: 8px;
  display: inline-block;
  color: #000000;
}
.dashed-shadow:before {
  content: " ";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -2px;
  right: -2px;
  z-index: 1;
}
.dashed-shadow:after {
  z-index: 2;
  content: attr(data-text);
  position: absolute;
  left: -8px;
  top: -8px;
  color: #000000;
  text-shadow: 3px 3px #ffffff;
}
