body {
  background-color: #111;
  color: #00C800;
  font-family: monospace;
  padding: 20px;
}

.page-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

pre {
  white-space: pre;
  overflow-x: auto;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.infoblock pre{
line-height:1.4;}



@media (max-width: 600px) {
  pre {
    font-size: 12px;
  }
}