@font-face {
  font-family: PhilosopherBold; /* set name */
  src: url(fonts/Pazerat.ttf) /* url of the font */
}

p {
    /*for just plain old fuckass text*/
  font-family: 'Pazerat' , sans-serif;
  font-size: 2em;
  color: aliceblue;
  text-shadow: 3em;
  


}