

@font-face {
  font-family: trashFont;
  src: url(TrashHand.TTF);
}

@font-face {
  font-family: capsFont;
  src: url(ThirstyCaps.otf);
}

@font-face {
    font-family: 'typewriter';
    src: url('typewriter.ttf');
}

p {
    font-family: 'typewriter';
}

a {
  color: white;
}