
@font-face {
    font-family: selFont;
    src: url(LoveLetterTypewriter.ttf) format('truetype');
}

/*body {
  display: flex;
  height: 100%;
}*/

.word {
  margin: auto;
  color: black;

  font: 36px 'tahoma';
/*  font: 700 normal 2.0cm selFont;*/
/*  font-family: selFont;*/

/*  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;*/
}

