html, body * {
  cursor: url('https://kiunlo.neocities.org/cursors/misc/ausmagpie_cursor.png'), auto !important;
}

@font-face {
  font-family: "VCR OSD Mono";
  src: url("https://static.tumblr.com/nlxfn1e/7Pwqv8mt8/vcr_osd_mono_1.001.ttf") format("truetype");
}

body {
  background-color: #000;
  background-image: url('https://biscuit.crd.co/assets/images/image43.gif?v=cc1c6dfa');
  background-repeat: repeat;
  font-family: Courier, monospace;
  color: white;
  margin: 0;
  padding: 20px;
  text-align: center;
}

a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover, nav a:hover {
  color: red !important;
}

nav a {
  font-family: "VCR OSD Mono", Courier, monospace;
  font-weight: bold;
  margin: 0 8px;
}

.window, .vert-window {
  width: 500px;
  margin: auto;
  border: 2px solid #fff;
  background-color: #000;
  padding: 20px;
  box-shadow: 0px 0px 12px #ff00ff;
  color: white;
}

.vert-window {
  overflow-y: auto;
}

.divider {
  width: 100%;
  display: block;
}

.blurb {
  font-size: 14px;
  margin-top: 20px;
}

.site-title {
  font-family: "VCR OSD Mono", Courier, monospace;
  font-weight: bold;
  text-transform: uppercase;
  color: red;
  text-shadow: 2px 2px 0 black;
  position: relative;
  transition: transform 0.2s ease;
}

.site-title:hover {
  animation: glitch 0.6s infinite;
}

.site-footer {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: grey;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#popup-box {
  background-color: #000;
  border: 2px solid red;
  box-shadow: 0 0 20px black;
  padding: 0;
  max-width: 500px;
  text-align: center;
}

#popup-content {
  padding: 12px;
  font-size: 13px;
  font-family: Courier, monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

#confirm-btn {
  background-color: black;
  color: white;
  border: 1px solid white;
  padding: 6px 12px;
  cursor: pointer;
  font-family: Courier, monospace;
  margin: 12px auto 16px auto;
}

#confirm-btn:hover {
  background-color: #222;
}

@keyframes glitch {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.subtitle {
  font-family: "VCR OSD Mono", Courier, monospace;
  font-weight: bold;
  margin-top: 10px;
  font-size: 13px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.body-align-center {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.body-align-right {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

.story {
  max-width: 2500px;
  margin: 0 auto;
  text-align: justify;
}