.necro-body {
  background: #050505 url('../img/ashes.webp') center/cover fixed;
  color: #d3b36a;
  font-family: "Cinzel", serif;
  padding-bottom: 6rem;
}

.return a {
  position: fixed;
  top: 20px;
  left: 20px;
  color: #b99b4f;
  opacity: 0.7;
  text-decoration: none;
  transition: .2s;
}
.return a:hover {
  opacity: 1;
  text-shadow: 0 0 8px #d3b36a;
}

.necro-title {
  font-size: 4rem;
  text-align: center;
  letter-spacing: .15em;
  margin-top: 60px;
  text-shadow: 0 0 12px #b06bff;
}
.necro-title span {
  color: #c86fff;
}

.necro-sub {
  text-align: center;
  font-size: 1rem;
  letter-spacing: .4em;
  color: #777;
  margin-bottom: 3rem;
}

.necro-intro,
.necro-abilities,
.necro-codex,
.necro-download,
.necro-terminal {
  max-width: 850px;
  margin: auto;
  padding: 1.5rem;
  background: rgba(0,0,0,0.35);
  border-left: 2px solid #b06bff55;
  border-right: 2px solid #b06bff55;
  margin-bottom: 3rem;
  border-radius: 10px;
  backdrop-filter: blur(6px);
}

.power-list {
  list-style: none;
  padding: 0;
}
.power-list li {
  margin-bottom: .6rem;
  font-size: 1rem;
}

.necro-btn {
  display: inline-block;
  background: #9c59ffcc;
  color: black;
  text-decoration: none;
  padding: .9rem 1.6rem;
  margin: 1rem 0;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 700;
  transition: .25s;
}
.necro-btn:hover {
  background: #bc7bff;
  box-shadow: 0 0 20px #bc7bff;
}

.codebox {
  position: relative;
}
.codebox pre {
  margin-top: .7rem;
  font-size: .9rem;
  font-family: 'JetBrains Mono', monospace;
  background: #111;
  border: 1px solid #444;
  padding: .8rem;
  border-radius: 8px;
  overflow-x: auto;
  color: #c2b07d;
}
.copy-btn {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #6b4cca;
  border: none;
  color: black;
  padding: .3rem .6rem;
  cursor: pointer;
  font-size: .7rem;
  border-radius: 4px;
  text-transform: uppercase;
}
.copy-btn:hover {
  background: #977aff;
}

#term-window {
  background: #0b0b0b;
  border: 1px solid #333;
  border-radius: 6px;
  padding: .8rem;
  height: 200px;
  overflow-y: auto;
  font-family: "JetBrains Mono", monospace;
  font-size: .85rem;
  color: #c2b07d;
  box-shadow: inset 0 0 15px #000;
}

.necro-footer {
  text-align: center;
  margin-top: 4rem;
  color: #666;
  font-size: .8rem;
}
