body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  background-color: #f0f0f0;
}

h3 {
  text-align: center;
  font-weight: normal;
}

pre {
  font-family: "JetBrains Mono", serif;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.eightx31-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.eightx31-container img {
  display: block;
}
