/* cocd.css - Stylesheet for the Church of Christ Denied */
/* Pure, brutal, verified. */

body {
  margin: 0;
  padding: 2rem;
  background-color: #0a0a0a;
  color: #f44336;
  font-family: "Iosevka", "Fira Code", "Courier New", monospace;
  line-height: 1.6;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4 {
  color: #ff5555;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding-bottom: 0.3em;
}

h1 {
  font-size: 2em;
  border-color: #f44336;
}

h2 {
  font-size: 1.6em;
  border-color: #aa0000;
}

a {
  color: #ff6666;
  text-decoration: none;
  border-bottom: 1px dashed #ff4444;
}

a:hover {
  color: #ffffff;
  background-color: #ff2222;
  border-bottom: none;
}

code, pre {
  background-color: #111;
  color: #e6e6e6;
  padding: 0.2em 0.4em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.95em;
}

pre {
  overflow-x: auto;
  padding: 1em;
}

blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 3px solid #ff3333;
  font-style: italic;
  color: #ccc;
}

.timestamp {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}

/* Optional: Stylize TOC or index lists */
ul, ol {
  padding-left: 1.2em;
}

li {
  margin-bottom: 0.5em;
}

/* Fade footnotes & metadata */
.footpara, .footdef, .metadata {
  color: #666;
  font-size: 0.85em;
}

/* Center gospel banners or sacred images */
img {
  display: block;
  margin: 1em auto;
  max-width: 100%;
  border: 2px solid #f44336;
  border-radius: 6px;
}
body {
  background: #0e0e0e;
  color: #fdfdfd;
  font-family: 'Courier New', monospace;
  line-height: 1.6;
  margin: 0;
  padding: 2rem;
}

a {
  color: #ffcc00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fire-button-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.fire-button-container button {
  font-size: 2.5rem;
  padding: 1.4em 2.5em;
  border-radius: 2em;
  background-color: #cc0000;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 30px #ff5500, inset 0 0 10px #990000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fire-button-container button:hover {
  transform: scale(1.07);
  background-color: #ff1a1a;
  box-shadow: 0 0 40px #ff6600, inset 0 0 15px #cc0000;
}
#wallet-balance{
    display:none;
}
