/* width */
.website textarea::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.website textarea::-webkit-scrollbar-track {
  background: rgba(107, 107, 107, 0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(158, 158, 158, 0.6);
}

/* Handle */
.website textarea::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to top,
    #c226bd 0%,
    #3f98f7 25%,
    #b8fd33 50%,
    #f69831 75%,
    #fd186e 100%
  );
}
/* width */
body::-webkit-scrollbar {
  width: 7px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: rgba(107, 107, 107, 0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(158, 158, 158, 0.6);
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to top,
    #c226bd 0%,
    #3f98f7 25%,
    #b8fd33 50%,
    #f69831 75%,
    #fd186e 100%
  );
}
/* width */
.status::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.status::-webkit-scrollbar-track {
  background: rgba(107, 107, 107, 0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(158, 158, 158, 0.6);
}

/* Handle */
.status::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to top,
    #c226bd 0%,
    #3f98f7 25%,
    #b8fd33 50%,
    #f69831 75%,
    #fd186e 100%
  );
}

/* width */
.rainbow::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.rainbow::-webkit-scrollbar-track {
  background: rgba(107, 107, 107, 0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(158, 158, 158, 0.6);
}

/* Handle */
.rainbow::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to top,
    #c226bd 0%,
    #3f98f7 25%,
    #b8fd33 50%,
    #f69831 75%,
    #fd186e 100%
  );
}

html,
a:hover {
  /* cursor: url("https://www.rw-designer.com/cursor-view/109341.png"), auto !important; */
  /* cursor: url("https://i.imgur.com/jOjRc1P.png"), auto !important; */
  cursor: url("https://i.postimg.cc/htwNsZGg/themecandy-DOTtumblr5.gif"), auto !important;
}
@font-face {
  font-family: "pixelpoiiz";
  src: url("pixelpoiiz-webfont.woff2") format("woff2"),
    url("pixelpoiiz-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Press Start 2P";
  src: url("PressStart2P-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  background: black;
  display: flex;
  flex-direction: column;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
}
.content {
  margin-top: 4%;
  margin-left: 6px;
  margin-right: 6px;
  color: whitesmoke;
}
nav {
  display: flex;
  flex-direction: column;
  margin-top: 7%;
  margin-left: 73%;
  text-transform: uppercase;
  position: absolute;
}
nav a,
nav h1 {
  font-family: "Press Start 2P";
  background: linear-gradient(
    to right,
    #c226bd 0%,
    #3f98f7 25%,
    #b8fd33 50%,
    #f69831 75%,
    #fd186e 100%
  );
  -webkit-background-clip: text;
  color: transparent;
  padding: 6px 0 6px 3px;
  font-size: large;
}
.fakeLink {
  font-family: "Press Start 2P";
  background: linear-gradient(
    to bottom,
    #c226bd 0%,
    #3f98f7 45%,
    #b8fd33 55%,
    #f69831 65%,
    #fd186e 100%
  );
  -webkit-background-clip: text;
  color: transparent;
  padding: 6px 0 6px 3px;
  font-size: 2em;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
nav a:hover {
  letter-spacing: 3px;
  animation: tilt-shaking 0.25s linear infinite;
}
.rainbow {
  position: relative;
  width: 45vw;
  height: 68vh;
  margin-left: 25%;
  margin-top: 7%;
  overflow: auto;
  border: 3px solid;
  border-image: linear-gradient(
    to top right,
    #8d2089 0%,
    #2c90fc 20%,
    #b8fd33 40%,
    #f69831 65%,
    #fd186e 100%
  );
  border-image-slice: 1;
}

.sitename {
  position: absolute;
  margin-left: 25%;
  z-index: 999;
}
.sitename img {
  width: 45vw;
}

.blogname,
.zinesname {
  margin-left: 38%;
  z-index: 999;
}
.blogname img,
.zinesname img {
  width: 20vw;
}

@media screen and (max-width: 600px) {
  .rainbow {
    margin-left: 21% !important;
    width: 50vw !important;
    font-size: smaller;
  }
  .sitename {
    margin-left: 15% !important;
  }
  .sitename img {
    width: 55vw;
  }
  .blogname {
    margin-left: 35% !important;
  }
  .status {
    width: 14vw !important;
  }
  .status p {
    font-size: 0.7em;
  }
  .statusname img {
    width: 12vw !important;
  }
  nav a,
  nav h1 {
    font-size: 0.8em !important;
  }
  nav {
    margin-top: 2% !important;
  }
  .blogRainbow,
  .zineRainbow {
    margin-top: -7% !important;
  }
  .zinesname {
    margin-top: 5% !important;
  }
  .zineRainbow {
    padding-top: 1% !important;
  }
  #magazine {
    height: 200px !important;
  }
  .bratzLeft {
    margin-left: 2% !important;
    height: 35vh !important;
    margin-top: 25% !important;
  }
}
/* 
@keyframes example {
  from {background-color: red;}
  to {background-color: yellow;}
} */

.picrewImg {
  width: 100px;
  transition: transform .2s;
}

.picrewImg:hover {
  transform: scale(
    1.5
  );
}


.status {
  position: absolute;
  border: 2px solid;
  border-image: linear-gradient(
    to top left,
    #8d2089 0%,
    #2c90fc 25%,
    #b8fd33 50%,
    #f69831 75%,
    #fd186e 100%
  );
  border-image-slice: 1;
  margin-top: 12%;
  width: 20vw;
  height: 55vh;
  overflow-y: auto;
}
.statusname {
  position: absolute;
  margin-top: 7.5%;
  margin-left: 1.5%;
  z-index: 9999;
}
.statusname img {
  width: 18vw;
}
#feed-reader {
  padding-top: 6%;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  font-size: small;
  text-align: center;
}
#statuscafe-username {
  margin-bottom: 0.5em;
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
}

/* 
    background-image: linear-gradient(
    to top left,
    #8d2089 0%,
    #2c90fc 25%,
    #b8fd33 50%,
    #f69831 75%,
    #fd186e 100%
  );
*/
.personalLinks {
  font-size: 1.1em;
}
.personalLinks a {
  text-transform: uppercase;
}
/* .personalLinks a:hover {
  text-transform: lowercase;
}
#personal a:hover {
  text-transform: lowercase !important;
} */
a {
  font-family: "Press Start 2P";
  background: linear-gradient(
    to right,
    #c226bd 0%,
    #3f98f7 25%,
    #b8fd33 50%,
    #f69831 75%,
    #fd186e 100%
  );
  -webkit-background-clip: text;
  color: transparent;
}

a:hover, .fakeLink:hover {
  letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
  #magazine {
    max-height: 200px !important;
  }
}
@media only screen and (max-width: 900px) {
  #magazine {
    max-height: 400px !important;
  }
}
@media only screen and (max-width: 1700px) {
  #magazine {
    max-height: 500px !important;
  }
}
#magazine {
  width: auto;
  max-height: 650px;
  margin: 3%;
}
#magazine .turn-page {
  background-color: #000000;
  max-height: 650px;
}

#art img {
  max-width: 350px;
  margin-top: 6px;
  max-height: 180px;
}
#art pre {
  margin-top: 0px;
  font-weight: 600;
}
#art td {
  width: 150px !important;
  font-family: monospace;
  vertical-align: top;
  padding: 1em;
}
#art table {
  margin: auto;
}
#art {
  font-size: medium;
}
.dollsBox {
  border-radius: 15px;
  background-color: white !important;
  outline: rgb(10, 228, 28) 3px dotted;
  margin: 3%;
}

.dollsBox img {
  max-height: 210px;
  max-width: 300px;
}

:root {
  --red: #fd186e;
  --orange: #f69831;
  --yellow: #ebeb63ff;
  --green: #b8fd33;
  --cyan: #63ebe6ff;
  --purple: #9963ebff;
  --pink: #eb63c2ff;
}

/*creating the animation*/

@keyframes glowrainbow {
  0% {
    box-shadow: 0 0 2em 1em var(--red);
  }
  16% {
    box-shadow: 0 0 2em 1em var(--orange);
  }
  32% {
    box-shadow: 0 0 2em 1em var(--yellow);
  }
  48% {
    box-shadow: 0 0 2em 1em var(--green);
  }
  64% {
    box-shadow: 0 0 2em 1em var(--cyan);
  }
  80% {
    box-shadow: 0 0 2em 1em var(--purple);
  }
  90% {
    box-shadow: 0 0 2em 1em var(--pink);
  }
  100% {
    box-shadow: 0 0 2em 1em var(--red);
  }
}
.rainbow,
.status {
  animation: 15s glowrainbow infinite;
}

.updates {
  background-image: url(https://img.freepik.com/premium-vector/seamless-background-with-bright-rainbow-stars_630078-381.jpg);
  width: 45%;
  height: 10%;
  border-radius: 22px;
  background-size: 110% auto;
  animation: hueChange 2s linear infinite;
  border: 1px solid rgb(255, 255, 255, 0.6);
  font-size: 1.1em;
  font-family: monospace;
  overflow: hidden;
  padding: 2.5% 3% 1% 2%;
}
@keyframes hueChange {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.updatesBox {
  width: 101%;
  height: 160px;
  overflow: auto;
  padding-right: 3%;
  margin: auto;
  font-weight: bold;
  margin-top: -4%;
}
.updatesBox .date {
  font-size: 1.2em;
  margin-bottom: 1px;
}
/* width */
.updates ::-webkit-scrollbar {
  width: 6px !important;
}

/* Track */
.updates ::-webkit-scrollbar-track {
  background: rgba(107, 107, 107, 0.5) !important;
  -webkit-box-shadow: inset 0 0 2px rgba(158, 158, 158, 0.6) !important;
  border-radius: 7px !important;
}

/* Handle */
.updates ::-webkit-scrollbar-thumb {
  background-color: #d3b7f7 !important;
  border-radius: 7px !important;
}

.bottomRight {
  position: fixed;
  right: 0;
  bottom: 0;
}
.bottomRight .marquee {
  animation: marquee 11s linear infinite;
  /* animation-play-state: paused;
  animation-delay: -6s; /* This MUST be -duration/2 */
  /* width: 100%; 
  min-width: fit-content;
  text-wrap: nowrap; */
}
@media screen and (max-width: 740px), (max-height: 680px) {
  .bottomRight {
    display: none;
  }
}
/* OMGG CALL THIS TRIPPY MODE  */
.trippyMode {
  animation: hueChange 1s linear infinite;
}
.topLeft {
  position: absolute;
  top: 1%;
  left: 1%;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 24px;
  margin-left: 4%;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
  animation: hueChange 2s linear infinite;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}
@keyframes marquee {
  /* 0% {
    transform: translateX(100%);
  } */

  100% {
    transform: translateX(-100vw);
  }
}
.links a {
  text-transform: uppercase;
}
.books {
  padding: 8px;
}

.books img {
  width: 100px;
  height: 155px;
  transition: transform .2s;
}

@media only screen and (max-width: 400px) {
  .books img {
    width: 50px;
    height: 78px;
  }
}
.books img:hover {
  transform: scale(
    1.4
  );
}

.website textarea {
  width: 30%;
  height: 26px;
  resize: none;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 1em;
  margin: 3px 0 3px 0;
}
#memes img {
  max-width: 270px;
  max-height: 270px;
}

@media only screen and (max-width: 600px) {
#memes img {
  max-width: 120px;
  max-height: 120px;
}
}
.website iframe {
  width: 60%;
}