body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f9f9f9;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

header {
  text-align: center;
  margin-bottom: 40px;
}

header h1 {
  font-size: 28px;
}

header p {
  font-size: 16px;
  color: #555;
}

.api-section {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.api-section h2 {
  margin: 0;
  padding: 12px 15px;
  cursor: pointer;
  background: #e6e6e6;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.api-content {
  display: none;
  padding: 15px;
  font-family: monospace;
  font-size: 14px;
  white-space: pre-wrap;
  color: #333;
}

pre {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
}

footer {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #555;
}
