body {
  font-family: monospace;
  background-color: #222;
  color: #0f0;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.4;
}

header h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px solid #0f0;
  padding-bottom: 10px;
}

pre {
  overflow-x: auto;
  white-space: pre;
  background-color: #111;
  padding: 20px;
  border: 1px solid #0f0;
}

a {
  color: #0ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 30px;
  font-size: 0.8em;
  border-top: 1px solid #0f0;
  padding-top: 10px;
}

.privacy-content {
  background-color: #111;
  padding: 20px;
  border: 1px solid #0f0;
}

.privacy-content h2,
.privacy-content h3 {
  color: #0f0;
}

.privacy-content ul {
  list-style-type: square;
  color: #0f0;
}
