@font-face {
  font-family: routed;
  src: url(routed-gothic-ttf-v1.0.0/routed-gothic.ttf);
}

@font-face {
  font-family: routedW;
  src: url(routed-gothic-ttf-v1.0.0/routed-gothic-wide.ttf);
}

@font-face {
  font-family: routed;
  src: url(routed-gothic-ttf-v1.0.0/routed-gothic-italic.ttf);
  font-style: italic;
}

::selection{
  background-color: black;
  color: white;
}

body{
  font-family: routed;
  font-size: 50px;
  margin: 10px;
  background-color: whitesmoke;
  
}

a{
font-family: routedW;
text-decoration: none;
  color: white;
  text-shadow: 0 0 2px black,0 0 2px black,0 0 2px black,0 0 2px black;
}

em{
  color: white;
  text-shadow: 0 0 2px black,0 0 2px black,0 0 2px black,0 0 2px black;
}