body {
  background: #0a0a0a;
  color: #e0e0e0;
  font-family: monospace;
  padding: 20px;
}

h1 {
  color: #66ccff;
  margin-bottom: 20px;
}

pre {
  background: #111;
  padding: 15px;
  border-radius: 8px;
  overflow-x: auto;
  border: 1px solid #333;
}

div {
  margin-bottom: 20px;
}
