@font-face {
    font-family: 'IBMPlexMono';
    src: url('fonts/IBMPlexMono-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
input {
  max-width: 30px;
}

canvas {
  display: block;
}

.dna {
  font-family: 'IBMPlexMono', monospace; /* Fall back to monospace if the custom font is not loaded */
  word-break: break-all;
  overflow-wrap: anywhere;
  hyphens: none;
  inline-size: calc(1000px - 120px);
  overflow-wrap: break-word;
}
