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

.content {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
}

nav {
  text-align: center;
  margin: 25px 0;
}

nav a {
  margin: 0 14px;
  font-family: Georgia, serif;
  font-size: 18px;
  text-decoration: none;
  color: #F6C94A;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: 0.3s ease;
}

nav a:hover {
  color: #ffe07a;
  text-shadow: 0 0 12px rgba(255,215,0,0.65);
}

.checkerboard {
  background: repeating-linear-gradient(45deg, #1a1a1a 0px, #1a1a1a 40px, #000 40px, #000 80px);
  padding: 20px;
  text-align: center;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.checkerboard img {
  max-height: 85%;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
  text-align: center;
  padding: 25px 0;
  background: #000;
}

footer a {
  display: inline-block;
  background: #F6C94A;
  color: #3A2A00;
  padding: 8px 14px;
  border-radius: 6px;
  font-family: Georgia, serif;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin: 0 8px;
}

footer p {
  color: #F6C94A;
  font-size: 12px;
  margin-top: 20px;
}

.honeycomb {
  background: radial-gradient(circle at top, #444 0, #111 60%);
}

.tile-jonah {
  width: 200px;
  height: 200px;
  background: #f7d77a;
  border: 4px solid #c9a54a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #3a2a00;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tile-ghost-giant {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at center, #2a2a2a 0%, #000 80%);
  border: 4px solid #444;
  box-shadow: 0 0 25px rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #d0d0d0;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.92;
}

.section {
  background-color: #5C4033;
  color: #E8E8E8;
  padding: 40px;
  border-radius: 8px;
}

.section h2 {
  background-color: #0f3b0f;
  color: #b6ffb6;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  display: inline-block;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.diy-links {
  list-style-type: disc;
  padding-left: 25px;
  margin-top: 20px;
}

.diy-links a {
  font-size: 125%;
  color: #F6C94A;
  text-decoration: none;
  font-weight: bold;
}

.diy-links a:hover {
  color: #FFDFA3;
  text-decoration: underline;
}

.diy-links a:active {
  color: #FFFFFF;
}

.diy-links a:visited {
  color: #A8842A !important;
}

.section-donation {
  background-color: #112a4d;
  padding: 25px;
  border-radius: 12px;
  border: 2px solid #1c3b63;
  max-width: 900px;
  margin: 30px auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.35);
}

.section-donation h2 {
  background: linear-gradient(135deg, #0a3d62, #1e6091, #48bfe3, #56cfe1);
  color: #ffdd88;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #0a3d62;
}

.crypto-title {
  background: linear-gradient(135deg, #0a3d62, #1e6091, #48bfe3, #56cfe1);
  color: #ffdd88;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  border: 2px solid #0a3d62;
  margin-bottom: 25px;
}

#external-links {
  background: radial-gradient(circle at top, #0f3b0f 0%, #062406 60%);
  padding: 40px;
  border-radius: 12px;
  max-width: 900px;
  margin: 40px auto;
  border: 2px solid #0f3b0f;
  box-shadow: 0 0 20px rgba(0,0,0,0.35);
}

#external-links h2 {
  background-color: #0f3b0f;
  color: #b6ffb6;
  padding: 12px 18px;
  border-radius: 6px;
  font-family: "Courier New", monospace;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  display: inline-block;
}

#external-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#external-links li {
  margin: 12px 0;
}

#external-links a {
  color: #F6C94A;
  font-size: 20px;
  text-decoration: none;
}

#external-links a:hover {
  color: #ffe07a;
}

nav a {
  font-size: 18px !important;
  letter-spacing: 0.06em !important;
  margin: 0 14px !important;
  font-family: Georgia, serif !important;
}

.honey-section {
  background: radial-gradient(circle at top, #0f3b0f 0%, #062406 60%);
  padding: 40px;
  border-radius: 12px;
  max-width: 900px;
  margin: 40px auto;
  border: 2px solid #0f3b0f;
  box-shadow: 0 0 20px rgba(0,0,0,0.35);
}

.honey-section h2 {
  background-color: #0f3b0f;
  color: #b6ffb6;
  padding: 12px 18px;
  border-radius: 6px;
  font-family: "Courier New", monospace;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  display: inline-block;
}

