/*⠀<3
             .---.
            / ,-- \
    .--.   ( (^_^) )   .--.
  ,'    \  (.-`-'(_)  /    `.
 /       `-/ \ `.  \-'       \
: (_,' .  / ( \_ ") \  . `._) :
|   `-'(_,\ \     / /._)`-'   |
|       .  `.\   '.'  .   :   |
|   . : !   /\_  /\   ! . !   |
| ! |-'-|  : "" "" :  |-'-| | |
| |-'   `-'|   |   |`-'   `-| |
`-'        |   | .:|        `-'
           | . | !||
           | : | :!|
           | ! | !||
           | | | |||
           | | | |||  
           /_,V.V|.\
please do not copy my code !!! you put yourself at risk for having broken code lol*/

html {
  cursor: url("/assets/whitesparkly.png"), auto;
  margin-bottom: -400px;
}

body {
  color: black;
  background-color: #deece5;
  font-family: "basiic";
  background-image: url(/assets/blackbow.png);
  background-repeat: repeat;
  font-size: 16px;
  font-weight: 0;
  overflow-x: hidden;
  position: relative;
}

::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Pixel";
  src: url(/assets/fonts/Pixel.woff);
}

@font-face {
  font-family: "kings";
  src: url(/assets/fonts/kings.otf);
}

@font-face {
  font-family: "basiic";
  src: url(/assets/fonts/basiic.ttf);
}

@font-face {
  font-family: FreePixel;
  src: url(/assets/fonts/FreePixel.ttf);
}

@font-face {
  font-family: Spirit;
  src: url(/assets/fonts/Spirit.ttf);
}

@font-face {
  font-family: rainyhearts;
  src: url(/assets/fonts/rainyhearts.ttf);
}

@font-face {
  font-family: adorabledoll;
  src: url(/assets/fonts/AdorableDoll.ttf);
}

@font-face {
  font-family: choco;
  src: url(assets/fonts/Chocolatier.ttf);
}

@font-face {
  font-family: pop;
  src: url(assets/fonts/PopBoutique.ttf);
}

@font-face {
  font-family: qaskin;
  src: url(/assets/fonts/QaskinBlack.ttf);
}

@font-face {
  font-family: exmouth;
  src: url(/assets/fonts/exmouth.ttf);
}

* {
  image-rendering: pixelated;
}

::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  background: white;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  border: 1px solid #5c5c5c;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #5c5c5c;
  border-radius: 0px;
  border: 1px solid darkgray;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #858585;
  background-color: transparent;
  text-decoration: underline;
  cursor: crosshair;
}

a:active {
  color: #858585;
  background-color: transparent;
  text-decoration: underline;
}

::selection {
  color: white;
  background: gray;
}

.container {
  width: 900px;
  height: 1500px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: -8px;
  border-style: solid;
  border: 1px solid black;
  border-image: url("/assets/whitelace21.png") 7 round;
  background-size: 90%;
  background: url("/assets/linesblk.png");
  border-width: 7px;
  padding: 5px;
  border-image-outset: 2px;
  border-top: 0px;
  border-bottom: 0px;
  overflow: hidden;
}

.containerbody {
  display: grid;
  grid-template-columns: 250px 1fr 200px;
  grid-template-rows: repeat(7, auto);
  grid-template-areas:
    "header header header"
    "sidebar sidebar sidebar"
    "marquee1 marquee1 adbox"
    "chatroom pagedoll adbox"
    "commbox updatebox updatebox";
  gap: 1rem;
  padding: 1rem;
  margin: 0 auto;
  width: 820px;
  height: 1400px;
  background-color: white;
  border: 1px solid black;
  background: url("/assets/blkdot.png");
  border-image: url("/assets/blklace3.png") 7 round;
  border-image-outset: 4px;
  border-width: 7px;
  margin-top: 20px;
}

/* Header */
.main {
  grid-area: header;
  background: url("/assets/headerbat.png");
  background-position: center;
  width: 760px;
  height: 50px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid black;
}

.headertxt {
  font-family: "Pixel";
  font-size: 100px;
  color: white;
  filter: drop-shadow(2px 0 0 black) drop-shadow(0 2px 0 black)
    drop-shadow(-2px 0 0 black) drop-shadow(0 -2px 0 black)
    drop-shadow(1px 2px 0 black) drop-shadow(0px 2px 0px white)
    drop-shadow(0px 0px 3px rgb(97, 97, 97));
  letter-spacing: 0px;
  position: absolute;
  margin: -35px -30px -70px -50px;
}

.welcometotxt {
  font-family: "Spirit";
  font-size: 50px;
  color: black;
  filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white)
    drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)
    drop-shadow(0px 1px 1px black) drop-shadow(0px 1px 1px black);
  letter-spacing: 0px;
  position: absolute;
  margin: -30px -30px -70px 350px;
}

.sidebar {
  grid-area: sidebar;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.aboutmebox {
  width: 400px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 615px;
  height: 220px;
  padding: 10px;
  text-align: left;
  overflow: auto;
  border-style: solid;
  border: 1px solid black;
  border-image: url("/assets/lace5.png") 35 round;
  border-width: 8px;
  border-radius: 20px;
  border-image-outset: 2px;
  background-size: 60%;
  background: url("/assets/linesblk.png");
}

.aboutmeinner {
  position: relative;
  background: url(/assets/blackbrdr2.gif) repeat-x, #fff;
  overflow: hidden;
  text-align: left;
  height: 215px;
  margin: 0 auto;
  display: flex;
  border: 1px black solid;
  white-space: normal;
}

.abmeinnerinner {
  position: relative;
  text-shadow: 0px 0px 5px #696969;
  text-align: top;
  height: 197px;
  padding: 10px;
  margin-left: 0px;
  margin-top: -10px;
  overflow: hidden;
  font-family: "garamond";
  font-size: 14px;
}

.aboutmedis {
  position: relative;
  text-shadow: 0px 0px 5px #313131;
  text-align: top;
  height: 50px;
  margin-left: 0px;
  margin-top: -10px;
  overflow: hidden;
  font-family: "garamond";
  font-size: 13px;
  background: url("/assets/linesgray.png");
  color: black;
  border: 1px black solid;
  align-items: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navibox {
  gap: 1rem;
  background: white;
  width: 160px;
  height: 250px;
  padding: 0px;
  text-align: left;
  overflow: auto;
  border: 1px solid black;
  position: relative;
}

.whitebow {
  position: absolute;
  margin-left: 800px;
  margin-top: -10px;
  z-index: 3;
  filter: grayscale(100%);
}

button {
  background: white;
  color: black;
  padding: 0px;
  border-top: 1px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  font-family: "FreePixel";
  font-size: 16px;
  padding-left: 2px;
  margin: 0;
  text-align: left;
}

button:hover {
  background: linear-gradient(
    90deg,
    rgb(208 208 208) 0%,
    rgba(255, 218, 237, 0) 100%
  );
  font-style: italic;
}

.navisection {
  font-size: 20px;
  color: gray;
  padding: 5px;
  background: url(/assets/sprkbg2.gif), white;
  margin: 0;
  border-top: 1px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
}

.navitext {
  text-align: center;
  font-family: "Spirit";
  color: white;
  filter: drop-shadow(1px 0 0 black) drop-shadow(0 1px 0 black)
    drop-shadow(-1px 0 0 black) drop-shadow(0 -1px 0 black)
    drop-shadow(1px 1px 0px black) drop-shadow(0 0 3px darkgray);
}

.navitext:hover {
  transform: translateZ(0);
  animation: pop 0.3s ease-in-out alternate infinite;
}

@keyframes pop {
  to {
    transform: scale(1.02) translateZ(0);
  }
}

.topslider {
  grid-area: marquee1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 635px;
  position: relative;
  height: 50px;
  border-width: 8px;
  border-style: solid;
  border-image: url(/assets/lace5.png) 45 fill round;
  background: transparent;
}

.marquee {
  position: relative;
  max-width: 635px;
  height: 40px;
  overflow: hidden;
  border-right: 1px black solid;
  border-left: 1px black solid;
  margin-top: -30px;
}

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

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

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

.adbox {
  grid-area: adbox;
  display: flex;
  flex-direction: column;
  gap: 0;
  grid-column: span 2;
}

.guestbookdiv {
  margin-top: -10px;
  width: 160px;
  height: 122px;
  background: url(/assets/linesgray.png);
  align-content: center;
  justify-content: center;
  display: flex;
  border-style: solid;
  border-width: 8px;
  border: 1px black solid;
  margin-left: -4px;
  z-index: 2;
}

.guestbookheader {
  color: white;
  filter: drop-shadow(1px 0 0 black) drop-shadow(0 1px 0 black)
    drop-shadow(-1px 0 0 black) drop-shadow(0 -1px 0 black)
    drop-shadow(1px 1px 0 black) drop-shadow(0 0 3px gray);
  font-family: "spirit";
  font-size: 20px;
  position: absolute;
  z-index: 4;
  margin-top: -25px;
  margin-left: 70px;
}

.gbstyle {
  margin-top: 30px;
  margin-right: 20px;
  filter: drop-shadow(1px 0 0 black) drop-shadow(0 1px 0 black)
    drop-shadow(-1px 0 0 black) drop-shadow(0 -1px 0 black)
    drop-shadow(1px 1px 0 black) drop-shadow(0px 0px 3px rgb(185, 185, 185));
}

.wannalink {
  background: url(/assets/linesgray.png);
  border-width: 8px;
  border-style: solid;
  border-image: url(/assets/lace5.png) 40 round;
  border-radius: 20px;
  border-image-outset: 2px;
  text-align: center;
  height: 160px;
  width: 145px;
  margin-left: -5.5px;
  margin-top: 10px;
  z-index: 2;
}

textarea {
  border: 1px solid black;
  color: black;
  height: 50px;
  width: 130px;
  margin: 0 auto;
  margin-top: -17px;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: inset #d3d3d3 0 5px 3px -3px, inset #bbbbbb 0 0 5px,
    inset #e8e8e8 0 0 16px, #ffffff 0 0 3px;
}

#linkboxtext {
  font-family: FreePixel;
  color: black;
}

.wannalink h2 {
  color: black;
  font-family: Spirit;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  filter: drop-shadow(1px 0 0 white) drop-shadow(0 1px 0 white)
    drop-shadow(-1px 0 0 white) drop-shadow(0 -1px 0 white)
    drop-shadow(1px 1px 0 black) drop-shadow(0px 0px 3px gray);
  font-weight: normal;
}

.wannalink h2:hover {
  transform: translateZ(0);
  animation: pop 0.3s ease-in-out alternate infinite;
  cursor: url("/assets/cursors/pointy.png");
}

.pollbox {
  margin-top: 7px;
  margin-left: -5px;
  max-height: 90px;
  width: 163px;
}

.boxy {
  font-family: "garamond";
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0 3px gray;
  font-size: 13px;
  color: white;
  background: url(/assets/linesgray.png);
  box-shadow: inset 0 0 0 1px gray;
}

#statuscafe {
  padding: 0.5em;
  width: 140px;
}
#statuscafe-username {
  margin-bottom: 0.5em;
  text-shadow: 1px 0 white, 0 1px white, -1px 0 0 white, 0 -1 0 white,
    1px 1px 0 black, 0px 0px 3px gray;
  color: black;
  font-style: italic;
  letter-spacing: 1px;
  background: white;
  font-family: "garamond";
  font-size: 14px;
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
  margin: 0.2em;
  background-color: white;
  padding: 2px;
  border-radius: 3px;
  box-shadow: inset #d5d5d5 0 5px 3px -3px, inset #bbbbbb 0 0 5px,
    inset #dedede 0 0 16px, #ffffff 0 0 3px;
  color: black;
  font-size: 13px;
  border: 1px solid black;
  max-height: 80px;
  overflow: auto;
}

.status {
  width: 158px;
  margin-top: 10px;
  margin-left: -4px;
  height: 100px;
  background: url(/assets/sprkbg2.gif), white;
  border-style: solid;
  border-width: 8px;
  z-index: 2;
  border: 1px black solid;
  border-image: url(/assets/lace5.png) 40 round;
  border-image-outset: 2px;
  box-shadow: inset #ffe6f2 0 5px 3px -3px, inset #bbbbbb 0 0 5px,
    inset #fffbfb 0 0 16px;
}

#statuscafe-username a:link {
  color: white;
  text-decoration: none;
  font-family: "spirit";
  background: transparent;
  font-size: 18px;
  filter: drop-shadow(1px 0 0 black) drop-shadow(0 1px 0 black)
    drop-shadow(-1px 0 0 black) drop-shadow(0 -1px 0 black)
    drop-shadow(1px 1px 0px black) drop-shadow(0 0 3px darkgray);
}

#statuscafe-username a:active {
  color: white;
  text-decoration: none;
  font-family: "spirit";
}

#statuscafe-username a:visited {
  color: white;
  text-decoration: none;
  font-family: "spirit";
}

#statuscafe-username a:hover {
  color: darkgray;
  text-decoration: none;
  font-family: "spirit";
  letter-spacing: 1px;
  transition: all 0.2s ease-out;
}

.lacerepeat {
  width: 875px;
  z-index: 4;
  height: 60px;
  background-image: url("/assets/lace4.png");
  background-repeat: repeat-x;
  background-size: auto;
  margin-left: -695px;
  margin-top: 20px;
  position: relative;
}

.cbunnyp {
  grid-area: chatroom;
  height: 500px;
}

.cboxouter {
  grid-area: chatroom;
  width: 300px;
  height: 300px;
  padding: 0px;
  margin-left: 52px;
  background: url(/assets/frames/grayheartframe.gif) repeat-x,
    url(/assets/sprkbg2.gif), white;
  border: 1px black solid;
  border-bottom: none;
  overflow: hidden;
  justify-self: center;
  align-self: center;
}

.cboxyea {
  background: url(/assets/frames/heartlineframe.gif) repeat-x,
    url(/assets/blkarg.png);
  width: 260px;
  margin-left: -80px;
  overflow: hidden;
  justify-self: center;
  align-self: center;
  margin-left: 19px;
}

.cboxheader {
  background: url(/assets/blackbrdr2.gif) repeat-x, transparent;
  font-family: "spirit";
  font-size: 30px;
  color: black;
  text-align: center;
}

.cboxheader2 {
  filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white)
    drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)
    drop-shadow(0px 1px 1px black) drop-shadow(0px 1px 1px black);
}

.bunnymarquee {
  width: 300px;
  height: 140px;
  background: url(/assets/lacebrdr2.png) repeat-x, url(/assets/linesgray.png);
  border: 1px black solid;
  border-top: none;
  justify-content: center;
  align-content: center;
  display: grid;
}

.innerbunny {
  width: 280px;
  height: 65px;
  background: transparent;
  padding: 0px;
  position: relative;
  bottom: -21px;
  justify-content: center;
  align-content: center;
  border: 1px solid black;
}

.marquee2 {
  position: relative;
  align-content: center;
  justify-content: center;
  width: 280px;
  margin: -84px 0px 0px 0px;
  height: 168px;
  overflow: hidden;
}

.track2 {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
}

.counter {
  width: 280px;
  height: 65px;
  background: transparent;
  padding: 0px;
  position: relative;
  bottom: 45px;
  justify-content: center;
  align-content: center;
  z-index: 10;
  margin-left: 37%;
  filter: drop-shadow(2px 2px 0 black);
}

.counter2 {
  z-index: -2;
}

.extrabunnydiv {
  background: url(/assets/sprkbg2.gif), white;
  box-shadow: inset 0 0 0 1px black;
  position: relative;
  width: 280px;
  height: 40px;
  margin-top: -40px;
  font-size: 13px;
}

.lastfm {
  margin-top: 0px;
}

.lastfm a:link {
  color: black;
  text-decoration: none;
  font-family: "spirit";
  background: transparent;
  filter: drop-shadow(1px 0 0 white) drop-shadow(0 1px 0 white)
    drop-shadow(-1px 0 0 white) drop-shadow(0 -1px 0 white)
    drop-shadow(1px 1px 0px black) drop-shadow(0 0 3px darkgray);
}

.lastfm a:active {
  color: black;
  text-decoration: none;
  font-family: "spirit";
}

.lastfm a:visited {
  color: black;
  text-decoration: none;
  font-family: "spirit";
}

.lastfm a:hover {
  color: darkgray;
  text-decoration: none;
  font-family: "spirit";
  letter-spacing: 1px;
  transition: all 0.2s ease-out;
}

.communitylong {
  background: white;
  height: 400px;
  width: 350px;
  border: 1px white solid;
}

.comm1 {
  background: url(assets/anotherlace.png) repeat-x, url(/assets/blkarg.png);
  height: 50%;
}

.comm1inner {
  background: url(/assets/frames/heartline3.gif) repeat-x,
    url(/assets/linesgray.png);
  height: 140px;
  width: 300px;
  border: 1px white solid;
  overflow: auto;
  margin-left: 20px;
  margin: 0 auto;
}

.commtext1 {
  padding: 5px;
  filter: saturate(0%);
  margin-left: 7px;
}

.commtext1:hover {
  filter: saturate(100%);
}

.comm2 {
  background: url(assets/anotherlace2.png) repeat-x,
    url(/personal/wpblkcrest.gif);
  height: 50%;
}

.comm2inner {
  background: url(/assets/frames/heartlineframe.gif) repeat-x,
    url(/assets/linesgray.png);
  height: 140px;
  width: 300px;
  border: 1px black solid;
  overflow: auto;
  margin-left: 19px;
  margin-top: 10px;
}

.commheader {
  background: transparent;
  font-family: "spirit";
  font-size: 30px;
  color: black;
  text-align: center;
}

.communitylongbig {
  grid-area: commbox;
}

.updatebox {
  grid-area: updatebox;
  background: url(/assets/frames/grayheartframe.gif) repeat-x,
    url(/assets/sprkbg.gif), white;
  height: 400px;
  width: 460px;
  margin-left: 100px;
}

.innerupdate {
  height: 360px;
  width: 420px;
  background: url(/assets/blackbrdr2.gif) repeat-x, #fff;
  box-shadow: rgb(205 205 205) 0px -85px 75px -36px inset;
  overflow: hidden;
  border: 1px black solid;
  margin-left: 19px;
  margin-top: 20px;
}

.updateinner1 {
  background: url(/assets/frames/heartlineframe.gif) repeat-x, transparent;
  height: 252px;
  overflow: auto;
  padding: 10px;
  text-shadow: 0px 0px 5px black;
}

.updateinner2 {
  background: url(/assets/lacebrdr2.png) repeat-x, url(/assets/blkarg.png);
  height: 107px;
  border-top: solid 1px white;
  text-shadow: 0px 0px 5px black;
  overflow-y: scroll;
}

.cboxheader3 {
  color: white;
  filter: drop-shadow(2px 0 0 black) drop-shadow(0 2px 0 black)
    drop-shadow(-2px 0 0 black) drop-shadow(0 -2px 0 black)
    drop-shadow(0px 1px 2px gray) drop-shadow(0px 1px 2px gray);
}

.updateheader {
  filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white)
    drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)
    drop-shadow(0px 1px 1px black) drop-shadow(0px 1px 1px black);
}

.updateboxheader {
  background: transparent;
  font-family: "spirit";
  font-size: 40px;
  color: black;
  text-align: left;
  position: absolute;
  margin: -10px 0px 0px -10px;
}

.todotext {
  background: transparent;
  font-family: "garamond";
  font-size: 14px;
  color: white;
  padding: 10px;
  text-align: left;
  margin-top: -5px;
  text-shadow: 0px 0px 3px gray;
  overflow-y: scroll;
}

.todoheader {
  background: transparent;
  font-family: "spirit";
  font-size: 30px;
  color: black;
  text-align: center;
  text-shadow: 1px 0px 2px white;
  position: absolute;
  margin: -10px 0px 0px 120px;
}

#liney {
  text-shadow: 1px 0px black, -1px 0px black, 0px 1px black, 0px -1px black, 0 0;
  color: rgb(192, 190, 190);
  letter-spacing: 3px;
  font-size: 14px;
  font-family: "adorabledoll";
  font-weight: 1000;
}

.updatetext {
  background: transparent;
  font-family: "garamond";
  font-size: 14px;
  color: black;
  padding: 0px;
  text-align: left;
  margin-top: 30px;
  text-shadow: 0px 0px 3px gray;
  line-height: 0px;
}

.text1 {
  font-family: "kings";
  font-weight: bold;
  font-size: 20px;
  color: white;
  filter: drop-shadow(1px 0 0 black) drop-shadow(0 1px 0 black)
    drop-shadow(-1px 0 0 black) drop-shadow(0 -1px 0 black);
  text-shadow: none;
}

footer {
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  filter: drop-shadow(1px 0 0 black) drop-shadow(0 1px 0 black)
    drop-shadow(-1px 0 0 black) drop-shadow(0 -1px 0 black)
    drop-shadow(0 0 3px gray);
  margin-top: -20px;
  margin-left: 240px;
}
