/* custom styles for the typewriter placard */
.placard {
  display: block;
  font-family: monospace;
  padding: 1em;
  text-align: center;
  border: 1px solid white;
  margin: 1em;
  width: fit-content;
  place-self: center;
}
