@font-face {
    font-family: 'Special Elite';
    src: url('fonts/specialelite-webfont.eot');
    src: url('fonts/specialelite-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/specialelite-webfont.woff2') format('woff2'),
         url('fonts/specialelite-webfont.woff') format('woff'),
         url('fonts/specialelite-webfont.ttf') format('truetype');
         /*url('http://www.typewritesomething.com/inc/specialelite-webfont.svg#special_eliteregular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

body {
  background: transparent #FC9;
  background-size: cover;
}

p {
  position: relative;
  color: transparent;
  font-family: 'Special Elite';
  /*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
  font-weight: 900;
  display: block;
  box-sizing: border-box;
  margin: 17%;
}

p:after {
  content: attr(data-content);
    color: #000000;
  position: absolute;
  left: 0;
  top:0;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
} 