@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');


/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

/* ===== Scrollbar CSS ===== */

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: blue yellow;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background: yellow;
}

*::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 0px;
  border: 2px none yellow;
}

html,
body {
  height: 100%;
}

body {
  background: rgb(233,185,255);
background: -moz-radial-gradient(circle, rgba(233,185,255,1) 0%, rgba(255,0,254,1) 72%, rgba(141,0,255,1) 100%);
background: -webkit-radial-gradient(circle, rgba(233,185,255,1) 0%, rgba(255,0,254,1) 72%, rgba(141,0,255,1) 100%);
background: radial-gradient(circle, rgba(233,185,255,1) 0%, rgba(255,0,254,1) 72%, rgba(141,0,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9b9ff",endColorstr="#8d00ff",GradientType=1); 
background-attachment: fixed;
  margin: 0 auto;
  color: #290EE6;
  word-break: break-word;
  padding: 0;
  font-family: 'Poppins';
}

.everythinglol {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 45em;
  margin: 0 auto;
  gap: 2em;
  border: 1px outset aliceblue;
  border-radius: 0em 0em 0.8em 0.8em;
  outline: 2px outset blue;
  padding: 0.9em;
  background-color: yellow;
}


span {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #290EE6;
  cursor: help, auto;
}

a:hover {
  color: yellow;
  cursor: help, auto;
}

h1 {
  margin: 0 auto;
  font-family: 'Fredoka';
  font-size: 25pt;
  font-weight: 600;
}


.topbarlol {
  margin: 0 auto;
}

.windowboxbar {
  height: 2.3em;
  background: rgb(14, 156, 230);
  background: linear-gradient(0deg, rgba(14, 156, 230, 1) 0%, rgba(41, 14, 230, 1) 45%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  overflow: hidden;
  width: 100%;
  border-bottom: 3px blue solid;
}

.windowboxtitle h1 {
  padding: 0 21em 0 0.5em;
  font-size: 16pt;
  color: white;
  font-family: 'VT323';
  display: flex;
  justify-content: flex-start;
}

.windowboxicon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  width: 2.8rem;
  height: 3em;
  border-left: 3px solid #290EE6;
  background-color: red;
}

.windowboxicon h1 {
  font-size: 22pt;
  text-align: center;
}

.windowboxicon_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 11pt;
  font-weight: 400;
  text-align: left;
}

.folders {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row-resize;
  gap: 1.5em;
  padding: 1em;
  width: 35em;
  margin: 0 auto;
}

.folders img {
  width: 100%;
  height: auto;
}

.orangebox {
  border: 1px outset pink;
  background-color: #ff62df;
  padding: 2em;
  height: auto;
  background-image: linear-gradient(#FF73C7 2px, transparent 2px), linear-gradient(to right, #FF73C7 2px, #FF4AB7 2px);
  background-size: 25px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}

.folders a:hover {
  animation: folders 0.2s linear 0s 1 normal none;
}

@keyframes folders {

  0% {
    transform: translateY(0px);
  }

  10% {
    transform: translateY(-10px);
  }

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

  70% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.pinkbox {
  background-color: #FF4AB7;
  opacity: 1;
  padding: 1em;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.box_container_middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.box_container_index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
}

.paperbox {
  background-color: white;
  background-size: 22px 22px;
  background-image: repeating-linear-gradient(0deg, #0019FF, #0019FF 1.1px, #ffffff 1.1px, #ffffff);
  overflow: hidden;
  padding: 2em;
  width: 41em;
}

.paperbox p,
.paperbox h1 {
  width: 30em;
  text-shadow: 2px 2px white;
}

.paperbox_container {
  border: 1px blue solid;
  overflow: auto;
  height: 15em;
}

.puzzlebox {
  border: 3px solid red;
  background-color: #ff3f3f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'%3E%3Cpath fill='%23ffe028' fill-opacity='0.73' d='M192 15v2a11 11 0 0 0-11 11c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H145v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11 13 13 0 1 1 .02 26 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43a6.1 6.1 0 0 0-3.03 4.87V143h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 181 164a11 11 0 0 0 11 11v2a13 13 0 0 1-13-13 12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84a6.1 6.1 0 0 0-4.87-3.03H145v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 124 181a11 11 0 0 0-11 11h-2a13 13 0 0 1 13-13c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43a6.1 6.1 0 0 0 3.03-4.87V145h-35.02a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 107 124a11 11 0 0 0-22 0c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H49v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11A13 13 0 0 1 81 192h-2a11 11 0 0 0-11-11c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V145H11.98a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 0 1 0 177v-2a11 11 0 0 0 11-11c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H47v-35.02a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 28 109a13 13 0 1 1 0-26c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43A6.1 6.1 0 0 0 47 84.02V49H11.98a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 11 28 11 11 0 0 0 0 17v-2a13 13 0 0 1 13 13c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84A6.1 6.1 0 0 0 11.98 47H47V11.98a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 68 11 11 11 0 0 0 79 0h2a13 13 0 0 1-13 13 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43A6.1 6.1 0 0 0 49 11.98V47h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 85 68a11 11 0 0 0 22 0c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H143V11.98a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 124 13a13 13 0 0 1-13-13h2a11 11 0 0 0 11 11c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V47h35.02a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 179 28a13 13 0 0 1 13-13zM84.02 143a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 83 124a13 13 0 1 1 26 0c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84a6.1 6.1 0 0 0 4.87 3.03H143v-35.02a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 164 107a11 11 0 0 0 0-22c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V49h-35.02a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 1 1 83 68a12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84A6.1 6.1 0 0 0 84.02 49H49v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 28 85a11 11 0 0 0 0 22c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V143h35.02z'%3E%3C/path%3E%3C/svg%3E");
}

.puzzlebox h1 {
  margin: -40px 0 0 0;
  z-index: 50;
}

.olibox {
  width: 20em;
  display: flex;
  vertical-align: middle;
  flex-direction: column;
  gap: 0.8em;
}

.olibox img {
  margin: 0 auto;
  width: 8em;
  height: auto;
  transition: transform .7s ease-in-out;
}

.olibox img:hover {
  transform: rotate(360deg);
}


footer {
  background-color: orange;
  border: 2px outset orange;
  padding: 0.5em 1em 0.5em 1em;
  outline: 3px solid blue;
  border-radius: 5px;
}

footer p {
  font-size: 10pt;
  text-align: center;
}

.ty {
  width: 20em;
  height: auto;
}

.rolling_container {
  overflow: hidden;
}

.scrollstuff {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: scrollstuff 8s linear infinite;
}

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

.scrollstuff p {
  display: inline-block;
}

@keyframes scrollstuff {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.container_pkmn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
}

.rollingbox {
  border: 1px silver solid;
  outline-style: outset;
  outline-color: dimgrey;
  outline-width: 2px;
  overflow: hidden;
  width: 28.5em;
  border-radius: 2px;
  background-image: url("https://cdn.discordapp.com/attachments/272937378019016704/1154450355082494023/image.png");
  background-repeat: repeat;
}

.dialogbox {
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #f9f1d9;
  border: white 2px outset;
  outline: 2px outset dimgrey;
  margin: 0.2em;
}

.dialogbox p {
  font-family: 'VT323';
  font-size: 12pt;
  color: dimgrey;
  padding: 0 0.5em 0 0.5em;
  text-shadow: 1px 1px aliceblue;
}

.pcbox {
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #f9f1d9;
  border: dimgrey 2px solid;
}

.pcbox p {
  text-align: center;
  margin: 0 auto !important;
  width: 6em;
  color: black;
  background-image: url("https://cdn.discordapp.com/attachments/272937378019016704/1154233626851037305/image.png");
  background-repeat: repeat;
  background-size: contain;
  border: 2px white solid;
  border-radius: 3px;
  outline-style: outset;
  outline-color: dimgrey;
  font-family: 'VT323';
  font-size: 16pt;
  text-shadow: 2px 2px white;
}

.pcbox_button {
  background: rgb(131, 131, 131);
  background: linear-gradient(0deg, rgba(131, 131, 131, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(247, 247, 247, 1) 100%);
  color: dimgrey;
  border: 3px white transparent;
  border-radius: 3px;
  outline-style: solid;
  outline-color: dimgrey;
  outline-width: 3px;
  padding: 2px 3px 2px 3px;
  font-family: 'VT323';

}

.pkmn_mini {
  overflow: hidden;
  margin: 2%;
  border-radius: 3px;
  width: 15em;
}

.pkmn_sprites {
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
  padding: 0.4em;
  border: 4px PaleGreen outset;
  border-radius: 5px;
  outline-style: outset;
  outline-color: dimgrey;
  margin: 3px;
  background-color: aliceblue;
  background-image: url("https://cdn.discordapp.com/attachments/272937378019016704/1154225341913632798/image.png");
  background-size: repeat;
}

.pkmn_sprites img {
  width: auto;
  height: auto;
  margin-top: -5px;
  margin-bottom: -3px;
}

.pkmn_sprites img:hover {
  animation: shake-vertical 1.2s linear 0s infinite normal none;
}

@keyframes shake-vertical {

  0% {
    transform: translateY(4px);
  }

  10% {
    transform: translateY(-4px);
  }

  20% {
    transform: translateY(4px);
  }

  30% {
    transform: translateY(-4px);
  }

  40% {
    transform: translateY(4px);
  }

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

  60% {
    transform: translateY(4px);
  }

  70% {
    transform: translateY(-4px);
  }

  80% {
    transform: translateY(4px);
  }

  90% {
    transform: translateY(-4px);
  }

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

.boxtop {
  background-color: transparent;
  padding: 8px;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
