.glitch-phrase-box,
.generate-link {
  font-family: "Vectrex", sans-serif;
  /*letter-spacing: 0.05em;*/
}

/* keep the newline when the final phrase contains \n */
.glitch-phrase-box,
.generate-link {
  white-space: pre-line;
}

.generate-link.used-link {
  color: inherit;            /* takes on the surrounding text color */
  text-decoration: none;     /* removes underline */
  cursor: default;           /* reinforces it's not clickable */
}