/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@import url("https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap");

@import url(https://fonts.googleapis.com/css?family=VT323);

/* Rowdies */
@font-face {
  font-family: "Cthulhumbus";
  src: url("/fonts/JMH\ Cthulhumbus\ Arcade\ UG.ttf") format("truetype");
}

@font-face {
  font-family: "Vermin Vibes 1989";
  src: url("/fonts/Vermin\ Vibes\ 1989.ttf") format("truetype");
}

@font-face {
  font-family: "MS Gothic";
  src: url("/fonts/MS Gothic.ttf") format("truetype");
}

@font-face {
  font-family: "alagard";
  src: url("/fonts/alagard.ttf") format("truetype");
}
@font-face {
  font-family: "LEDLIGHT";
  src: url("/fonts/LEDLIGHT.otf") format("truetype");
}

@font-face {
  font-family: "Mleitod";
  src: url("/fonts/Mleitod\ Personal\ Use\ Only.ttf") format("truetype");
}

@font-face {
  font-family: "Pixelout";
  src: url("/fonts/Pixelout\ Personal\ Use\ Only.ttf") format("truetype");
}

@font-face {
  font-family: "Decoder";
  src: url("/fonts/DECODER_.TTF") format("truetype");
}

@font-face {
  font-family: "Venice";
  src: url("/fonts/VeniceClassic.ttf") format("truetype");
}

@font-face {
  font-family: "Microsoft Himalaya";
  src: url("https://rgbteahouse.neocities.org/MicrosoftHimalaya.woff2")
      format("woff2"),
    url("https://rgbteahouse.neocities.org/MicrosoftHimalaya.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "fipps";
  src: url("/fonts/Fipps-Regular.otf") format("truetype");
}

@font-face {
  font-family: "gothicpix";
  src: url("/fonts/GothicPixels.ttf") format("truetype");
}

@font-face {
  font-family: "steel";
  src: url("/fonts/Gothik\ Steel.ttf") format("truetype");
}

@font-face {
  font-family: "alice";
  src: url("/fonts/Alice\ in\ Wonderland.ttf") format("truetype");
}

@font-face {
  font-family: "Cthulhumbus2";
  src: url("/fonts/JMH\ Cthulhumbus\ Arcade\ UGalt1.ttf") format("truetype");
}

@font-face {
  font-family: "Cthulhumbus3";
  src: url("/fonts/JMH\ Cthulhumbus\ Arcade\ UGalt2.ttf") format("truetype");
}

@font-face {
  font-family: "metal";
  src: url("/fonts/Lady\ Radical\ 2.ttf") format("truetype");
}

@font-face {
  font-family: "bytepolice";
  src: url("/fonts/bytepolice.ttf") format("truetype");
}

@font-face {
  font-family: "blackspiral";
  src: url("/fonts/black\ spiral.ttf") format("truetype");
}

@font-face {
  font-family: "13misa";
  src: url("/fonts/13_Misa.TTF") format("truetype");
}

@font-face {
  font-family: "acidic";
  src: url("/fonts/Acidic.TTF") format("truetype");
}

@font-face {
  font-family: "dada";
  src: url("/fonts/DaDa\ Antiquerist.ttf") format("truetype");
}

@font-face {
  font-family: "drunk";
  src: url("/fonts/DRUNKFONTS-Regular.otf") format("truetype");
}

@font-face {
  font-family: "helvdestroy";
  src: url("/fonts/helvetica-destru-pix.ttf") format("truetype");
}

@font-face {
  font-family: "helvpunk";
  src: url("/fonts/Helvetica\ Punk.ttf") format("truetype");
}

@font-face {
  font-family: "dotimpact";
  src: url("/fonts/MPF\ DOTIMPACT.ttf") format("truetype");
}

@font-face {
  font-family: "overwave";
  src: url("/fonts/Overwave.ttf") format("truetype");
}

@font-face {
  font-family: "schizoid";
  src: url("/fonts/Schizoid\ Personality.otf") format("truetype");
}

@font-face {
  font-family: "lowres";
  src: url("/fonts/LowerResolution.ttf") format("truetype");
}

@font-face {
  font-family: "rpgmaker";
  src: url("/fonts/RM2000.ttf") format("truetype");
}

@font-face {
  font-family: "yume";
  src: url("/fonts/yummy\ nickels.ttf") format("opentype");
}

a {
  color: inherit;
}

body {
  background-image: url("/bg tiles/swirl.gif");
  color: red;
  font-family: MS Gothic;
}

maintxt {
  font-family: vt323;
  font-size: larger;
  color: rgb(250, 114, 155);
  text-shadow: -3px 0 #000, 0 3px #000, 2px 0 #000, 0 -3px #000, 0 0;
}

blinktxt {
  font-family: MS Gothic;
  font-weight: 400;
  font-size: larger;
  color: rgb(255, 168, 188);
  animation: blinker 0.3s step-start infinite;
}

blinktxt2 {
  animation: blinker 0.3s step-start infinite;
  font-size: x-large;
}

blinktxtplain {
  animation: blinker 0.4s step-start infinite;
}
colortxt {
  font-family: Cthulhumbus;
  font-size: larger;
  animation: color-change 3s infinite;
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -1px #000, 0 0;
  font-weight: bold;
}

notcolortxt {
  font-family: Cthulhumbus;
  font-size: larger;
  color: rgb(179, 24, 78);
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -1px #000, 0 0;
  font-weight: bold;
}

chilltxt {
  font-family: Cthulhumbus;
  font-size: larger;
  color: rgb(179, 24, 78);
  font-weight: bold;
}

.ragecontainer {
  display: flex;
  align-items: center; /* Vertically centers the content */
  justify-content: center; /* Horizontally centers the content */
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes color-change {
  0% {
    color: rgb(255, 0, 72);
  }

  50% {
    color: rgb(69, 180, 255);
  }

  100% {
    color: rgb(255, 0, 72);
  }
}

@keyframes color-change2 {
  0% {
    color: rgb(216, 0, 90);
  }

  50% {
    color: rgb(123, 0, 137);
  }

  100% {
    color: rgb(216, 0, 90);
  }
}

reeftxt {
  font-family: acidic;
  font-size: larger;
  animation: color-change-reef 2s infinite;
}

@keyframes color-change-reef {
  0% {
    color: rgb(255, 92, 10);
  }

  25% {
    color: rgb(93, 243, 0);
  }

  75% {
    color: #0400ff;
  }

  100% {
    color: rgb(255, 0, 153);
  }
}

dramatxt {
  font-family: Cthulhumbus;
  font-size: xx-large;
  color: rgb(179, 24, 78);
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -1px #000, 0 0;
  font-size: 2em;
  font-weight: bold;
}

navtxt {
  font-family: Cthulhumbus;
  font-size: large;
  color: rgb(179, 24, 78);
  font-weight: bold;
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -1px #000, 0 0;
}

commtxt {
  font-family: decoder;
  font-size: larger;
  color: rgb(179, 24, 78);
  font-weight: bold;
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -1px #000, 0 0;
  animation: color-change2 3s infinite;
}

.flexy {
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: auto;
}

.headdiv {
  background-color: rgba(31, 28, 45, 0.8);
  padding: 20px;
  border: 10px double rgb(120, 19, 48);
  width: fit-content;
  height: 100px;
  line-height: 100px;
}

.rowsetup {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rowsetup2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rowsetup3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.sidepanel1 {
  background-image: url("bg tiles/purpletriangles.gif");
  background-color: #130000af;
  background-blend-mode: color-dodge;
  background-size: cover;
  border: 10px double rgb(120, 19, 48);
  padding: 20px;
  text-decoration: none;
  margin-top: 10px;
  margin-right: 5px;
  text-align: center;
  width: 10%;
}

.mainsec {
  background-color: rgba(31, 28, 45, 0.8);
  border: 10px double rgb(120, 19, 48);
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px;
  width: 90%;
  position: relative;
}

.newpanel {
  background-color: rgb(26, 13, 21);
  outline-offset: -3px;
  border: 5px double rgb(73, 22, 41);
  text-decoration: none;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.padder {
  padding: 15px;
}

.minisec {
  background-color: rgb(31, 28, 45, 0.5);
  border: 2px dashed rgb(120, 19, 48);
  position: relative;
  width: fit-content;
  height: fit-content;
  line-height: normal;
  padding: 1%;
  text-align: center;
}

.inlinecenter {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.containerflex {
  display: flex;
  flex-direction: row;
}

.flexyboy {
  display: flex;
}
.flexyboy2 {
  display: flex;
  justify-items: center;
  justify-content: start;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 2%;
  gap: 2%;
}

.hover-scale img {
  transition: transform 0.2s ease;
}

.hover-scale:hover img {
  transform: scale(1.1);
}

.flexyboy3 {
  display: flex;
  justify-items: center;
  justify-content: start;
  flex-direction: row;
  width: auto;
  align-items: center;
  padding: 2%;
  gap: 2%;
}

.flexyboycol {
  display: flex;
  justify-items: center;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.sidepanel2 {
  border: 10px double rgb(120, 19, 48);
  background-image: url("bg tiles/purpletriangles.gif");
  background-color: #130000af;
  background-blend-mode: color-dodge;
  background-size: cover;
  padding: 20px;
  text-decoration: none;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
  width: 22%;
}

.panelinpanel1 {
  background-color: rgba(31, 28, 45, 0.7);
  border: 10px double rgb(120, 19, 48);
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px;
}

.scroll {
  border: 3px solid rgb(120, 19, 48);
  background-color: rgba(56, 118, 121, 0.3);
  height: 100px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/* scrollbar time */

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(63, 115, 117);
  border-width: 1px;
  border-style: solid;
  box-shadow: inset 1px 1px rgb(23, 179, 171), inset -1px -1px rgb(54, 89, 244);
}

::-webkit-scrollbar-track {
  background-color: rgb(120, 19, 48, 0.4);
}

::-webkit-scrollbar-button {
  background-color: rgb(63, 115, 117);
  border-width: 1px;
  border-style: solid;
  box-shadow: inset 1px 1px rgb(23, 179, 171), inset -1px -1px rgb(54, 89, 244);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

::-webkit-scrollbar-button:start:decrement:active,
::-webkit-scrollbar-button:end:increment:active {
  border: 1px solid #888;
  box-shadow: none;
  background-position: 3.2px 3.2px;
}

::-webkit-scrollbar-button:start:decrement:horizontal:decrement,
::-webkit-scrollbar-button:end:increment:horizontal:decrement {
  background-image: url("data:image/svg+xml,%3Csvg transform='rotate(180)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.86 6.86'%3E%3Cpath fill='%231d1d1b' d='M4.41 2.94v-.98h-.98V.98h-.98V0h-.98V6.86h.98v-.98h.98V4.9h.98v-.98h.98v-.98h-.98z'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:start:decrement:horizontal:increment,
::-webkit-scrollbar-button:end:increment:horizontal:increment {
  background-image: url("data:image/svg+xml,%3Csvg transform='rotate(0)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.86 6.86'%3E%3Cpath fill='%231d1d1b' d='M4.41 2.94v-.98h-.98V.98h-.98V0h-.98V6.86h.98v-.98h.98V4.9h.98v-.98h.98v-.98h-.98z'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:start:decrement:vertical:decrement,
::-webkit-scrollbar-button:end:increment:vertical:decrement {
  background-image: url("data:image/svg+xml,%3Csvg transform='rotate(270)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.86 6.86'%3E%3Cpath fill='%231d1d1b' d='M4.41 2.94v-.98h-.98V.98h-.98V0h-.98V6.86h.98v-.98h.98V4.9h.98v-.98h.98v-.98h-.98z'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:start:decrement:vertical:increment,
::-webkit-scrollbar-button:end:increment:vertical:increment {
  background-image: url("data:image/svg+xml,%3Csvg transform='rotate(90)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.86 6.86'%3E%3Cpath fill='%231d1d1b' d='M4.41 2.94v-.98h-.98V.98h-.98V0h-.98V6.86h.98v-.98h.98V4.9h.98v-.98h.98v-.98h-.98z'/%3E%3C/svg%3E");
}

/* more stylies */

#float {
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 5px);
  }

  50% {
    transform: translate(0, -5px);
  }

  100% {
    transform: translate(0, 5px);
  }
}

#shakey {
  padding: 4px;
  animation: shake 0.5s infinite;
}

@keyframes shake {
  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(0deg);
  }
}

.button1 {
  background-color: rgb(63, 115, 117);
  border-width: 1px;
  border-style: solid;
  box-shadow: inset 1px 1px rgb(23, 179, 171), inset -1px -1px rgb(54, 89, 244);
  color: rgb(184, 236, 255);
  display: inline-block;
  font-family: "VT323", monospace;
  font-size: 2rem;
  margin: 1rem;
  padding: 0.5rem;
  width: auto;
  text-decoration: none;
}

.button1:hover {
  background-color: rgb(79, 139, 150);
}

musictitle {
  font-family: "VT323";
  letter-spacing: 15px;
  font-size: 70px;
}

divisiontitle {
  font-family: "LEDLIGHT";
  font-size: 50px;
  -webkit-animation: glow 0.5s ease-in-out infinite alternate;
  -moz-animation: glow 0.5s ease-in-out infinite alternate;
  animation: glow 0.5s ease-in-out infinite alternate;
  color: rgb(200, 244, 255);
}

mainlinks {
  font-family: "LEDLIGHT";
  font-size: 30px;
  color: #dbe8ff;
  text-shadow: 3px 3px#0e8c75, -3px -3px#0e8c75, -3px 3px#0e8c75, 3px 3px#0e8c75;
  a:hover {
    color: rgb(200, 244, 255);
    font-family: "LEDLIGHT";
    animation: glow 0.2s ease-in-out infinite alternate;
  }
}

.containerlinks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: ". . .";
}

.containeryn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: ". .";
  width: 60%;
  justify-self: center;
}

.containerfeeder {
  display: grid;
  height: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px 0px;
  grid-template-areas: ". . . .";
}

img.custom:hover,
img.custom:focus {
  height: 90px;
}

kbatitle {
  font-family: "LEDLIGHT";
  font-size: larger;
  -webkit-animation: glowkba 0.5s ease-in-out infinite alternate;
  -moz-animation: glowkba 0.5s ease-in-out infinite alternate;
  animation: glowkba 0.5s ease-in-out infinite alternate;
  color: rgb(167, 155, 255);
}

divisionsubtitle {
  font-family: "LEDLIGHT";
  font-size: 35px;
  -webkit-animation: glow 0.5s ease-in-out infinite alternate;
  -moz-animation: glow 0.5s ease-in-out infinite alternate;
  animation: glow 0.5s ease-in-out infinite alternate;
  color: rgb(200, 244, 255);
}

musictxt {
  font-family: "VT323";
  color: white;
  font-size: large;
}

musictxtimp {
  font-family: "VT323";
  color: rgb(255, 255, 255);
  font-size: 40px;
  background-color: #abf3e6;
  text-shadow: -2px 0 #ff0000, 0 2px #6600ff, 2px 0 #000, 0 21px #ff0095, 0 0;
  mix-blend-mode: color-dodge;
}

.paneldn {
  background-color: rgb(29, 29, 29);
  padding: 20px;
  outline-offset: -3px;
  box-shadow: 2px 2px 1px #9b949e, inset 1px 1px 0 rgb(0, 0, 0);
  text-decoration: none;
  margin: 10px;
  text-align: left;
  width: fit-content;
  overflow-y: scroll;
  max-height: 700px;
}

@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

musictxtsubimp {
  font-family: "VT323";
  color: rgb(144, 208, 224);
  font-size: 25px;
  text-shadow: -2px 0 #ff11cb, 0 2px #5a6d7a, 2px 0 #000000, 0 2px #000, 0 0;
  isolation: isolate;
  mix-blend-mode: normal;
}

highwayhead {
  font-family: "VT323";
  color: white;
  font-size: xx-large;
}
.parent00 {
  display: flex;
  width: 100%;
  justify-content: center;
}
.parent01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  justify-items: center;
  width: fit-content;
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #0d00ff, 0 0 20px #ffd900, 0 0 30px #e60073,
      0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #0400ff, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #00ff6a, 0 0 30px #ff4da6, 0 0 40px #ff4da6,
      0 0 50px #ff4da6, 0 0 60px #22ff00, 0 0 70px #0011ff, 0 0 80px #ff4da6;
  }
}

.headdivmusic {
  background: rgb(255, 255, 255);
  padding: 5px;
  position: relative;
  border: 2px solid #fff;
  outline: 2px solid #fff;
  outline-offset: -3px;
  box-shadow: 2px 2px 1px #9b949e, inset 2px 2px 0 rgb(0, 0, 0);
  text-decoration: none;
  margin: auto;
  text-align: center;
  width: fit-content;
  margin-bottom: 10px;
  margin-top: 10px;
}

.headdivmusic333 {
  background: rgb(0, 0, 0);
  padding: 20px;
  padding-top: 0px;
  position: relative;
  border: 2px solid #fff;
  outline: 2px solid #fff;
  outline-offset: -3px;
  box-shadow: 2px 2px 1px #9b949e, inset 2px 2px 0 rgb(0, 0, 0);
  text-decoration: none;
  margin: auto;
  text-align: center;
  width: fit-content;
  margin-bottom: 10px;
  margin-top: 10px;
}

.kitty {
  background-image: url("bg tiles/spaceBETTER.gif");
  padding: 5px;
  position: relative;
  border: 2px solid #fff;
  outline: 2px solid #fff;
  outline-offset: -3px;
  box-shadow: 2px 2px 1px #9b949e, inset 2px 2px 0 rgb(0, 0, 0);
  text-decoration: none;
  margin: auto;
  text-align: left;
  width: fit-content;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 20px;
  font-family: decoder;
  color: #ff0000;
  text-shadow: 1px 1px #0011ff;
}

.kitty2 {
  background-image: url("bg tiles/glitterloop.gif");
  padding: 5px;
  position: relative;
  border: 2px solid #fff;
  outline: 2px solid #fff;
  outline-offset: -3px;
  box-shadow: 2px 2px 1px #9b949e, inset 2px 2px 0 rgb(0, 0, 0);
  text-decoration: none;
  margin: auto;
  text-align: left;
  width: fit-content;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 20px;
  width: 600px;
  font-family: decoder;
  color: #ffadda;
  text-shadow: 1px 1px #0011ff;
}

font13misa {
  font-family: "13misa";
}

.headdivyume {
  background-color: #130020ac;
  width: 20%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  justify-content: center;
  margin: auto;
  margin-top: 5%;
  box-shadow: 2px 2px 1px #960053, inset 2px 2px 0 rgb(255, 47, 92);
  line-height: normal;
  position: relative;
}

.headdiv2kki {
  background-color: #7774cd8d;
  width: 20%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  justify-content: center;
  margin: auto;
  margin-top: 5%;
  box-shadow: 2px 2px 1px #6f00dd, inset 2px 2px 0 rgb(144, 113, 255);
  line-height: normal;
  position: relative;
}
.maindiv2kki {
  background-color: #7774cd8d;
  width: fit-content;
  max-width: 90%;
  height: auto;
  text-align: center;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  padding: 5px;
  box-shadow: 2px 2px 1px #6f00dd, inset 2px 2px 0 rgb(144, 113, 255);
}
.maindivyume {
  background-color: #130020ac;
  width: 40%;
  height: auto;
  text-align: center;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  padding: 20px;
  box-shadow: 2px 2px 1px #960053, inset 2px 2px 0 rgb(255, 47, 92);
}

.headdivart {
  background-color: #000000;
  width: 20%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 5%;
}

.titledivart {
  text-align: center;
  text-align: center;
  margin: 0%;
  margin-top: 5%;
}

.maindivart {
  background-color: #000000;
  width: fit-content;
  height: auto;
  text-align: center;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  padding: 20px;
}

.maindivart2 {
  justify-content: center;
  width: 200px;
  height: 150px;
  text-align: center;
  align-items: center;
  margin: auto;
  padding: 30px;
  padding-top: 5%;
  padding-bottom: 0%;
}

.blendyartcon {
  content: "";
  position: absolute;
  width: 200px;
  height: 150px;
  background-image: url("bg tiles/lights.gif");
  mix-blend-mode: hard-light;
  border: #8d00b7;
  border-width: 5px;
  border-style: solid;
}

.blendyartcon2 {
  content: "";
  position: absolute;
  width: 200px;
  height: 150px;
  background-image: url("bg tiles/lights.gif");
  mix-blend-mode: hard-light;
  border: #002aff;
  border-width: 5px;
  border-style: solid;
}

.isolate {
  isolation: isolate;
  mix-blend-mode: normal;
  background-color: #3600299f;
  font-weight: bold;
}

.mainsecmusic {
  --angle: 0deg;
  width: 90%;
  text-align: center;
  position: relative;
}

.highway {
  padding: 20px;
  width: fit-content;
  text-align: center;
  margin: auto;
  border-style: dashed;
  border-color: rgba(255, 232, 129, 0.2);
  border-width: 2px;
  background-color: rgba(80, 42, 55, 0.4);
}

.gridhighway {
  padding: 20px;
  width: fit-content;
  border-style: dashed;
  border-color: rgba(255, 232, 129, 0.2);
  border-width: 2px;
  background-color: rgba(80, 42, 55, 0.4);
}

.scrollhighway {
  border-style: dashed;
  border-color: rgba(255, 232, 129, 0.2);
  border-width: 2px;
  background-color: rgba(80, 42, 55, 0.4);
  overflow-y: scroll;
  scroll-behavior: smooth;
  max-height: 400px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.withinmusic1 {
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.gradientthing {
  background: linear-gradient(white, white),
    repeating-linear-gradient(
      to right,
      rgb(82, 82, 209),
      rgb(235, 50, 235),
      rgb(82, 82, 209)
    );
  background-origin: border-box;
  background-clip: content-box, border-box;

  animation-name: rainbow;
  animation-duration: 3s;

  /*set animation to continue forever, and to move at a single rate instead of easing*/
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  padding: 20px;
  width: 65%;
}

@keyframes rainbow {
  from {
    background-position: -100vh 0;
  }

  to {
    background-position: 100vh 0;
  }
}

/*compatibility*/
@-moz-keyframes rainbow {
  from {
    background-position: -100vh 0;
  }

  to {
    background-position: 100vh 0;
  }
}

@-webkit-keyframes rainbow {
  from {
    background-position: -100vh 0;
  }

  to {
    background-position: 100vh 0;
  }
}

@-ms-keyframes rainbow {
  from {
    background-position: -100vh 0;
  }

  to {
    background-position: 100vh 0;
  }
}

@-o-keyframes rainbow {
  from {
    background-position: -100vh 0;
  }

  to {
    background-position: 100vh 0;
  }
}

.section1 {
  background-color: rgba(56, 56, 56, 0.248);
  width: fit-content;
  text-align: left;
  padding: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: min-content auto;
}

.section2 {
  background-image: url("bg tiles/num.gif");
  width: fit-content;
  text-align: left;
  padding: 10px;
  margin-top: 20px;
}

.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto;
}

.gridym {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto;
}

.slideshow-container {
  position: relative;
  margin: auto;
  padding: 20px;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 5px;
  color: rgb(0, 4, 255);
  font-weight: bold;
  font-size: larger;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.captext {
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #4e0d32;

  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #84346a;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.banner {
  /* position: relative;
  overflow:hidden;
  animation: bannermove 10s linear infinite;
  display: flex;
  justify-content: space-between; */
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 50px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: bannermove 32s linear infinite;
}

.track:hover {
  animation-play-state: paused;
}

@keyframes bannermove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.banner div {
  padding: 10px;
  /* just to ensure there is space between even on small devices */
}

.hirasawa {
  background-image: url("bg tiles/bluetext.gif");
  background-size: 150%;
  padding: 5px;
  position: relative;
  text-decoration: none;
  margin: auto;
  text-align: lef;
  width: fit-content;
  margin-top: 10px;
  font-family: "Decoder";
  color: red;
  font-size: large;
  border-width: 2px;
  border-color: rgb(22, 43, 61);
  border-style: solid;
  position: relative;
}

.abshold {
  background-image: url("gifs/cool.gif");
  background-size: 150%;
  padding: 20px;
  position: relative;
  text-decoration: none;
  margin: auto;
  text-align: lef;
  width: fit-content;
  margin-top: 10px;
  font-family: "acidic";
  color: rgb(167, 255, 161);
  text-shadow: 2px 0 #0149ff, 0 2px rgb(238, 0, 255);
  font-size: large;
  border-width: 2px;
  border-color: rgb(22, 43, 61);
  border-style: solid;
  position: relative;
}

.abshold2 {
  background-image: url("gifs/artifacted\ city.webp");
  background-size: 150%;
  padding: 20px;
  position: relative;
  text-decoration: none;
  margin: auto;
  text-align: lef;
  width: fit-content;
  margin-top: 10px;
  font-family: "acidic";
  color: rgb(167, 255, 161);
  text-shadow: 2px 0 #0149ff, 0 2px rgb(238, 0, 255);
  font-size: large;
  border-width: 2px;
  border-color: rgb(22, 43, 61);
  border-style: solid;
  position: relative;
}

.uwg {
  background-image: url("gifs/glitch3.gif");
  background-size: 150%;
  padding: 20px;
  position: relative;
  text-decoration: none;
  margin: auto;
  text-align: lef;
  width: fit-content;
  margin-top: 10px;
  font-family: "venice";
  color: rgb(236, 255, 161);
  text-shadow: 2px 0 #0149ff, -2px 0 #0149ff, 0 2px rgb(111, 0, 30),
    0 -2px rgb(111, 0, 30);
  font-size: x-large;
  border-width: 2px;
  border-color: rgb(22, 43, 61);
  border-style: solid;
  position: relative;
}

.skc {
  background-image: linear-gradient(
      0deg,
      rgba(26, 20, 59, 0.3),
      rgba(50, 22, 31, 0.3)
    ),
    url("bg tiles/maybe.gif");
  width: fit-content;
  text-align: left;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #1bff26;
  outline: 1px solid #360eff;
  outline-offset: -3px;
  position: relative;
  box-shadow: 2px 2px 1px #ff00aa, inset 1px 1px 0 rgb(0, 0, 0);
}

.skct {
  background-image: linear-gradient(
      0deg,
      rgba(26, 20, 59, 0.3),
      rgba(50, 22, 31, 0.3)
    ),
    url("bg tiles/idek.gif");
  width: fit-content;
  text-align: left;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #733c39;
  position: relative;
  font-family: cthulhumbus3;
  color: #c22121;
  text-shadow: 2px 2px #22505c;
  font-size: larger;
}

.nuke {
  background-image: url("gifs/nuke.gif");
  background-size: 100px;
  width: fit-content;
  text-align: left;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #733c39;
  position: relative;
  font-family: lowres;
  color: #ff0303;
  text-shadow: 2px 2px black, -2px -2px black, -2px 2px black, -2px -2px black;
  font-size: larger;
}

.anco {
  background-image: linear-gradient(
      0deg,
      rgba(26, 20, 59, 0.3),
      rgba(50, 22, 31, 0.3)
    ),
    url("gifs/data3.webp");
  width: auto;
  text-align: left;
  padding: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: min-content auto;
  position: relative;
  font-family: bytepolice;
}

.kba {
  background-image: linear-gradient(
      0deg,
      rgba(26, 20, 59, 0.3),
      rgba(50, 22, 31, 0.3)
    ),
    url("gifs/glitch2.gif");
  width: fit-content;
  text-align: left;
  padding: 10px;
  margin-top: 20px;
  border-width: 2px;
  border-color: rgb(30, 50, 37);
  border-style: dashed;
  position: relative;
  font-family: LEDLIGHT;
  font-size: larger;
}

.kba2 {
  background-image: linear-gradient(
      0deg,
      rgba(26, 20, 59, 0.3),
      rgba(50, 22, 31, 0.3)
    ),
    url("gifs/glitch2.gif");
  width: fit-content;
  text-align: left;
  padding: 10px;
  margin-top: 20px;
  border-width: 2px;
  border-color: rgb(30, 50, 37);
  border-style: dashed;
  position: relative;
}

@keyframes glowkba {
  from {
    text-shadow: 0 0 10px #0d00ff, 0 0 20px #ee00ff, 0 0 30px #008ee6,
      0 0 40px #2e00e6, 0 0 50px #9200e6, 0 0 60px #0400ff, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #00ff6a, 0 0 30px #ff4da6, 0 0 40px #0026ff,
      0 0 50px #00ffd0, 0 0 60px #22ff00, 0 0 70px #0011ff, 0 0 80px #2200ff;
  }
}

.work {
  text-align: center;
}

.spoiler {
  background-color: rgb(0, 0, 0);
  color: transparent;
  user-select: none;
}

.spoiler:hover {
  background-color: inherit;
  color: inherit;
}

.containera {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: ". .";
}

.Lwrapper {
  background-color: #d2d2d2;
  width: fit-content;
  padding: 10px;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px #000;
  /*This part is important for centering*/
  display: grid;
  place-items: center;
  font-family: alagard;
  height: fit-content;
  min-width: 100px;
  min-height: 30px;
}

.Lwrapperbuttons {
  background-color: #d2d2d2;
  width: fit-content;
  padding: 10px;
  margin: 10px;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px #000;
  /*This part is important for centering*/
  display: grid;
  place-items: center;
  font-family: alagard;
  height: fit-content;
}

.Lcontainer {
  background-color: #d2d2d2;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px #000;
}

button.custom:hover,
button.custom:focus {
  padding: 7px;
}

.floating2 {
  animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

.plusreef {
  background-image: url("Portfolio/reef.jpg");
  background-size: cover;
  width: 500px;
  height: 740px;
  background-repeat: no-repeat;
  color: #ffffff;
  text-shadow: 2px 0 #000000, 0 2px #000000, -2px 0 #000, -2px 0 #000;
  font-size: large;
  font-family: helvdestroy;
  padding: 10px;
}

.plusreef::after {
  content: "FULL SIZE";
}

.plusreef.minus {
  background-image: url("Portfolio/reef.jpg");
  height: 3632px;
  width: 2454px;
  background-repeat: no-repeat;
}

.plusreef.minus::after {
  content: "RETURN";
}

.plusthread {
  background-image: url("Portfolio/threads.png");
  background-size: cover;
  width: 500px;
  height: 729px;
  background-repeat: no-repeat;
  color: #ffffff;
  text-shadow: 2px 0 #000000, 0 2px #000000, -2px 0 #000, -2px 0 #000;
  font-size: large;
  font-family: helvdestroy;
  padding: 10px;
}

.plusthread::after {
  content: "FULL SIZE";
}

.plusthread.minus {
  background-image: url("Portfolio/threads.png");
  height: 2210px;
  width: 1516px;
  background-repeat: no-repeat;
}

.plusthread.minus::after {
  content: "RETURN";
}

.plusnuke {
  background-image: url("graphics2/IMG_4519.JPG");
  background-size: cover;
  width: 500px;
  height: 769px;
  background-repeat: no-repeat;
  color: #ffffff;
  text-shadow: 2px 0 #000000, 0 2px #000000, -2px 0 #000, -2px 0 #000;
  font-size: large;
  font-family: helvdestroy;
  padding: 10px;
}

.plusnuke::after {
  content: "FULL SIZE";
}

.plusnuke.minus {
  background-image: url("graphics2/IMG_4519.JPG");
  height: 2585px;
  width: 1680px;
  background-repeat: no-repeat;
}

.plusthread.minus::after {
  content: "RETURN";
}

.plusks {
  background-image: url("Portfolio/kitty_stardust.png");
  background-size: cover;
  width: 500px;
  height: 663px;
  background-repeat: no-repeat;
  color: #ffffff;
  text-shadow: 2px 0 #000000, 0 2px #000000, -2px 0 #000, -2px 0 #000;
  font-size: large;
  font-family: helvdestroy;
  padding: 10px;
}

.plusks::after {
  content: "FULL SIZE";
}

.plusks.minus {
  background-image: url("Portfolio/kitty_stardust.png");
  height: 4836px;
  width: 3649px;
  background-repeat: no-repeat;
}

.plusks.minus::after {
  content: "RETURN";
}

.plusp {
  background-image: url("Portfolio/scan_2025-11-13_04-44-56-1.png");
  background-size: cover;
  width: 500px;
  height: 663px;
  background-repeat: no-repeat;
  color: #ffffff;
  text-shadow: 2px 0 #000000, 0 2px #000000, -2px 0 #000, -2px 0 #000;
  font-size: large;
  font-family: helvdestroy;
  padding: 10px;
}

.plusp::after {
  content: "FULL SIZE";
}

.plusp.minus {
  background-image: url("Portfolio/scan_2025-11-13_04-44-56-1.png");
  height: 4836px;
  width: 3649px;
  background-repeat: no-repeat;
}

.plusp.minus::after {
  content: "RETURN";
}
