.container {
        position: relative;
        width: 0;
        height: 0;
}      
 .overlay {
        position: absolute;
        left: 70px;
        top: -70px;
        transform: rotate(4deg);
}
 .overlay2 {
        position: absolute;
        left: 300px;
        top: -400px;
}
.overlay3 {
        position:absolute;
        left: 250px;
        top: -450px;
}
/*CRT*/
@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  15% {
    text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  35% {
    text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  40% {
    text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  45% {
    text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  60% {
    text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  90% {
    text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
}
.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
.crt {
  animation: textShadow 1.6s infinite;
}
html {
  font-family: 'Syne Mono', sans-serif;
  font-size: 20px;
  line-height: 1.00;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
/*links*/
a {
    color:#ff3165;
    text-decoration: none;
}
a:hover {
    color:#ffe15e;
}
.nav a:hover {
  filter: drop-shadow(5px 5px 5px rgb(0, 0, 0));
}
/*nav bar*/
.nav {
  display: flex;
  position:absolute;
  top: 10px;
  width: 100%;
  background-color: rgba(30, 143, 255, 0);
}
.nav div {
  background-color: #1b1b1b00;
  margin: px;
  padding: 2px;
  font-size: 24px;
}
/*content*/
body {
    background: url('/images/bambi-dither4.png'),url('/images/gray-seamless-canvas-texture-3.png');
    background-repeat: no-repeat, repeat;
    background-position: top, center;
    background-size: 1000px, auto;
    align-content: center;
    margin-top: 450px;
    image-rendering: pixelated, none;
}
h1 {
    margin-left: -400px;
    max-width: fit-content;
    font-family: "Lacquer", system-ui;
    animation: glow 3s ease-in-out infinite alternate;
    color:#ffffff;
}
h2 {
  max-width: auto;
  text-transform:uppercase;
  border-style: groove;
  border-width: 2px;
  border-color: rgb(56, 56, 56);
  background-color: #1f1f1f;
}
/*header glow animation*/
@keyframes glow {
  from {
    text-shadow: 0 0 5px #ffffff62, 0 0 10px #ffffff67, 0 0 20px #27bcf7, 0 0 30px #3260dd, 0 0 40px #4b27e7, 0 0 50px #52136e, 0 0 60px #931cca;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
/*main content box*/
main {
  margin-left: 0px;
  max-width: 110ch;
  max-height: 500ch;
  overflow-y: auto;
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 2%;
  border-style: groove;
  text-align: left;
  color:#ffffff;
  font-size: 15px;
  background-color: rgba(27, 27, 26, 0.473);
}
.button {
  background-image: url(/images/sunset.png);
  border-color: #1f1f1f;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Courier New', Courier, monospace;
  width: 175px;
  margin: 4px 2px;
  cursor: pointer;
}
.buttonvar1 {
  background-image: url(/images/deer-dithered.png);
  border-color: #1f1f1f;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Courier New', Courier, monospace;
  width: 175px;
  margin: 4px 2px;
  cursor: pointer;
}
.buttonvar2 {
  background-image: url(/images/buttonbg2.png);
  border-color: #1f1f1f;
  color: rgb(255, 255, 255);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Courier New', Courier, monospace;
  width: 175px;
  margin: 4px 2px;
  cursor: pointer;
}
.buttonvar3 {
  background-image: url(/images/buttonbg.png);
  border-color: #1f1f1f;
  color: rgb(255, 255, 255);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Courier New', Courier, monospace;
  width: 175px;
  margin: 4px 2px;
  cursor: pointer;
}
.negtext {
  color: red;
}
.postext {
  color:green;
}
* {
  box-sizing:border-box;
}
/*columns*/
.row {
  display: flex;
}
.column {
  flex: 50%;
  padding: 20px;
  max-height: 800px;
  overflow-y: scroll;
}
div.textarea {
  max-height: 150px;
  overflow-y: scroll;
}
/*ABOUT columns*/
.aboutrow {
  display: flex;
}
.aboutcolumn {
  width: 50%;
  padding: 20px;
  overflow-y: auto;
}
/*Commission Table*/
table, th, td {
  border: 1px solid rgb(90, 90, 90);
  border-collapse: collapse;
  padding: 10px;
}
th, td {
  background-color: #1f1f1f;
}
/*Gallery*/
div.gallery {
  display: flex;
  justify-content: center;
}
div.gallery-item {
  margin: 5px;
  border: none;
  box-sizing: border-box;
  width: 320px;
}
div.gallery-item:hover {
  border: 1px solid #777;
}
div.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}
/*credits*/
footer {
  margin-left: 0px;
  margin-top: 5px;
   max-width: 20ch;
   background-color: #1f1f1f;
   color:#ffffff
}
footer * {
  font-size: 0.9rem;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width:thin;
    scrollbar-color: #315ba8 #ffffff00;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff00;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #c6752f00;
    border-radius: 10px;
    border: 3px solid #ffffff00;
  }