* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #0f0f0f;
  color: #e5e5e5;
  line-height: 1.6;
}

.container {
  max-width: 900px;
  margin: auto;
  /* padding: 60px 20px; */
}

h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.tagline {
  color: #999;
  margin-bottom: 30px;
}

.install-box {
  background: #1a1a1a;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: monospace;
}

.links a {
  margin-right: 20px;
  color: #7c9cff;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

section {
  margin-top: 60px;
}

h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
}

h3 {
  margin: 20px 0 10px;
}

pre {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
}

code {
  font-family: monospace;
}

.method {
  margin-bottom: 40px;
}

.footer {
  border-top: 1px solid #222;
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}
.footer-links {
  margin-bottom: 15px;
}

.footer-links a {
  margin: 0 15px;
  color: #7c9cff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
