/* 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: "MS Gothic";
  src: url("/fonts/MS Gothic.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: "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: "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: "curl";
  src: url("/fonts/GL-CurulMinamoto.ttf") format("truetype");
}

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

a {
  color: inherit;
}

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

skctxt {
  font-family: gkktt;
  font-size: 50px;
  -webkit-animation: glowtxt 0.5s ease-in-out infinite alternate;
  -moz-animation: glowtxt 0.5s ease-in-out infinite alternate;
  animation: glowtxt 0.5s ease-in-out infinite alternate;
  color: rgb(152, 255, 233);
}

.containerglow {
  position: relative;
  width: 250px;
  height: 250px;
}

.imgglow {
  position: absolute;
  max-height: 120%;
  top: 52%;
  left: 37%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.imgglow.main {
  z-index: 2;
}
.imgglow.glow {
  z-index: 1;
  transform: scale(1.05) translate(-50%, -50%);
  -webkit-transform: scale(1.05) translate(-50%, -50%);
  filter: blur(15px) grayscale(1) sepia(1) saturate(10000%) invert(1);
  -webkit-filter: blur(15px) grayscale(1) sepia(1) saturate(10000%) invert(1);
  opacity: 1;
  animation: glowpng 5s ease-in-out infinite alternate;
}

@keyframes glowpng {
  from {
    filter: blur(15px) grayscale(1) sepia(1) saturate(10000%) invert(1)
      hue-rotate(0);
    -webkit-filter: blur(15px) grayscale(1) sepia(1) saturate(10000%) invert(1)
      hue-rotate(0);
  }
  to {
    filter: blur(15px) grayscale(1) sepia(1) saturate(10000%) invert(1)
      hue-rotate(90deg);
    -webkit-filter: blur(15px) grayscale(1) sepia(1) saturate(10000%) invert(1)
      hue-rotate(360deg);
  }
}

skctxt2 {
  font-family: vt323;
  font-size: medium;
  color: rgb(152, 255, 233);
}

ct3 {
  font-family: Cthulhumbus3;
  font-size: x-large;
}

ct4 {
  font-family: dada;
  font-size: xx-large;
  letter-spacing: 5px;
}

ct5 {
  font-family: helvpunk;
  font-size: xxx-large;
  letter-spacing: 5px;
}

ct6 {
  font-family: steel;
  font-size: 60px;
  color: #ff007b;
  text-shadow: 2px 2px#3700ff;
}

led {
  font-family: decoder;
  font-size: xx-large;
}

divisionsubtitle {
  font-family: cursive;
  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);
}

@keyframes glowtxt {
  from {
    text-shadow: 0 0 10px #0d00ff, 0 0 20px #ff0080, 0 0 30px #001be6,
      0 0 40px #e60073, 0 0 50px #e6007b, 0 0 60px #0400ff, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #ff0048, 0 0 30px #ff4da6, 0 0 40px #730fff,
      0 0 50px #ff003c, 0 0 60px #0091ff, 0 0 70px #0011ff, 0 0 80px #ff4da6;
  }
}

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: xx-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;
}

@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 glow {
  from {
    box-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 {
    box-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;
  }
}

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;
}

.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;
}
.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;
}
.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;
}

.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%);
}

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

.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: 30px;
  font-size: 70px;
}

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

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

.headdivmusic {
  background-image: url("graphics/eyes.jpg");
  background-position: 50%;
  width: 50%;
  height: 150px;
  line-height: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.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%;
}

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

.mainsecmusic {
  background-image: linear-gradient(
      0deg,
      rgba(26, 20, 59, 0.3),
      rgba(50, 22, 31, 0.3)
    ),
    url("bg tiles/blkwarp.gif");

  padding: 20px;
  --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-color: rgba(56, 56, 56, 0.248);
  width: fit-content;
  text-align: left;
  padding: 10px;
  margin-top: 20px;
}

.grid {
  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;
}

.skc {
  background-image: linear-gradient(0deg, rgb(41, 15, 120), rgb(154, 38, 76)),
    url("bg tiles/maybe.gif");
  background-blend-mode: screen;
  background-size: 100%;
  text-align: left;
  padding: 20px;
  border: 1px solid #1bff26;
  outline: 1px solid #360eff;
  outline-offset: -3px;

  box-shadow: 2px 2px 1px #ff00aa, inset 1px 1px 0 rgb(0, 0, 0);
}
.skcmini {
  background-color: #3a008b;
  padding: 20px;
  border: 1px solid #1bff26;
  outline: 1px solid #360eff;
  outline-offset: -3px;
  box-shadow: 2px 2px 1px #ff00aa, inset 1px 1px 0 rgb(0, 0, 0);
}

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

.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;
}

.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;
  justify-self: center;
  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;
  justify-self: center;
  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);
  }
}
