#animation-box {
  padding: 13px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: #a96f22;
  background-color: #fbf7f0;
}

#animation {
  min-height: 10em;
  font-family: monospace;
  font-size: 13px;
  white-space: pre;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 10pt;
  color: #a96f22;
}
