* {
  box-sizing: border-box;
}

html {
  cursor: url(pixels/VIRUXXX-chibi-cursor.png), auto;
}

a {
  cursor: url(pixels/VIRUXXX-chibi-select.png), auto;
}

body {
  background-image: url(backgrounds/shinyrhinestonehearts.gif);
  background-color: black;
  margin: 0;
  cursor: url(pixels/VIRUXXX-chibi-cursor.png), auto;
}

:root {
  --viewport-height: 100vh;
}

#wrapper {
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  justify-content: center;
  min-height: var(--viewport-height);
  overflow: hidden;
  margin: auto;
  display: flex;
  width: 60%;
  z-index: 2;
}

#lace {
  border-image: url(https://file.garden/aDEdCj_ktCALOJoj/border/white/6.png) round 50;
  border-left-width: 20px;
  border-left-style: solid;
  border-right-width: 20px;
  border-right-style: solid;
}

#rhinestones {
  border-image: url(borders/blackrhinestoneplate.png) repeat 25.5;
  border-width: 15px;
  border-style: solid;
  margin: 14px 16px;
}

#box1lace {
  image-rendering: pixelated;
  border-image: url(https://file.garden/aDEdCj_ktCALOJoj/border/black/6.gif) round 5;
  border-width: 10px;
  border-style: solid;
}

/* Style the header */
.siteheader {
  background-image: url(backgrounds/yellow-cushion.png);
  padding: 20px;
  border-bottom: 2px dashed black;
}

.belowheader {
  background-image: url(dividers/black-pearl-lace.png);
  background-color: white;
  width: 100%;
  height: 60px;
  image-rendering: pixelated;
  background-position: center;
  background-repeat: repeat-x;
}


/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
}

/* Style the topnav links */

.topblock {
  background: black;
  padding: 0px 5px;
  width: 90px;
}
.topnav a:hover {
  color: white;
}
/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.left {
  background: white;
  width: 30%;
}

/* Middle column */
.column.right {
  background: white;
  width: 70%;
}

.column.bottom {
  background: white;
  width: 100%;
}

.box1 {
  padding: 10px;
  background-color: black;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.innerbox1 {
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#pfp {
  filter: saturate(0.7) drop-shadow(0px 0px 4px #00000050);
  background-image: url(https://i.postimg.cc/7hxnTVRq/HYZaz5hy-Iwwvq7i-JI2-Qobu-Tm-XTJp-QWrhyc-HR2hq-CRar-CI3x-Yeln-TFq-So7-Vjr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 140px;
  border-radius: 15px;
  overflow: hidden;
  border: 2px dashed black;
  margin-bottom: 5px;
}

#textheader {
  margin-bottom: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: linear-gradient(180deg,rgba(140, 140, 140, 1) 0%, rgba(57, 57, 57, 1) 36%, rgba(26, 26, 26, 1) 37%, rgba(0, 0, 0, 1) 100%);
}

.scrollbox1 {
  width: 100%;
  height: 100px;
  overflow: scroll;
  padding: 5px;
  border: 1px solid #f1ead1;
  text-align: center;
  background: radial-gradient(#f4edd3, #f1ead1, #d7cdab);
}

.outterbox1 {
  box-shadow: inset 0px 0px 10px #00000030;
  background-image: url(backgrounds/yellow-cushion.png);
  background-size: 55px;
  background-position: center;
  width: 100%;
  height: 250px;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.innerbox2 {
  width: 100%;
  height: -webkit-fill-available;
  background: black;
  padding: 10px;
  text-align: center;
  overflow: scroll;
}

.outterbox2 {
  box-shadow: inset 0px 0px 10px #00000030;
  background-image: url(backgrounds/yellow-polkadots2.png);
  background-size: 20px;
  background-position: center;
  width: 100%;
  height: 170px;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.outterbox3 {
  box-shadow: inset 0px 0px 10px #00000030;
  background-image: url(backgrounds/yellow-cushion.png);
  background-size: 20px;
  background-position: center;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.outterbox4 {
  box-shadow: inset 0px 0px 10px #00000030;
  background-image: url(backgrounds/yellow-polkadots2.png);
  background-size: 20px;
  background-position: center;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.innerbox3 {
  width: 50%;
  height: -webkit-fill-available;
  background: black;
  padding: 10px;
  text-align: center;
  overflow: scroll;
  image-rendering: pixelated;
}

.innerbox4 {
  width: 50%;
  background: black;
  padding: 10px;
  text-align: center;
  overflow: scroll;
  image-rendering: pixelated;
}

.favscrollbox {
  height: 100px;
  width: 100%;
  overflow: scroll;
  margin-top: -10px;
  overflow-y: hidden;
}

flex {
  display: flex;
}

/* hovers */
img.characternav {
  cursor: url(pixels/VIRUXXX-chibi-select.png), auto;
  width: 80px;
  transition: 0.3s;
  filter: drop-shadow(2px 4px 6px #00000034) sepia(1) hue-rotate(0deg) saturate(0.5);
}

img.characternav:hover {
  filter: drop-shadow(2px 4px 6px #00000034);
}

.topnav a:hover {
  font-family: Spirit;
  font-weight: bold;
  color: white;
}

/* fonts */

@font-face {
  font-family: Spirit;
  src: url(https://file.garden/aDEdCj_ktCALOJoj/fonts/Spirit.ttf);
}

.innerbox2 h1, .innerbox3 h1, .innerbox4 h1 {
  font-family: Spirit;
  font-weight: bold;
  margin: 5px;
  background: url(backgrounds/black-sparkles.gif) 0px 0px / 40px;
  image-rendering: pixelated;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  filter: drop-shadow(-1px 0px 0px white) drop-shadow(0px -1px 0px white) drop-shadow(1px 0px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px 2px 0px white);
}

.innerbox2 p, .innerbox3 p, .footer p {
  font-family: gerogia;
  color: white;
}

#textheader p {
  font-size: 13px;
  color: white;
  margin: 0px;
  font-family: gerogia;
}

.scrollbox1 p, .scrollbox1 a {
  font-size: small;
  color: black;
  margin: 0px;
  font-family: gerogia;
}

.topnav a {
  cursor: url(pixels/VIRUXXX-chibi-cursor.png), auto;
  float: left;
  font-family: gerogia;
  display: block;
  color: white;
  text-align: center;
  padding: 0px;
  text-decoration: none;
}

.footer a {
  font-family: Spirit;
  font-weight: bold;
  background: url(backgrounds/black-sparkles.gif) 0px 0px / 40px;
  image-rendering: pixelated;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  filter: drop-shadow(-1px 0px 0px white) drop-shadow(0px -1px 0px white) drop-shadow(1px 0px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px 2px 0px white);
}

/* img */
img.bows {
  image-rendering: pixelated;
  position: absolute;
  top: -15px;
  width: 70%;
  z-index: 1;
}

/* HR */
hr { 
  background: url(pixels/yellow-heart-charm.gif) no-repeat top center;
  image-rendering: pixelated;
  background-size: contain;
  display: block;
  height: 18px;
  border: 0;
  position: relative;
}

hr:before,
hr:after {
  content: '';
  display: block;
  position: absolute;
  background: black;
  height: 2px;
  top: 8px;
}

hr:before {
  left: 0;
  right: 51%;
  margin-right: 10px;
}

hr:after {
  right: 0;
  left: 51%;
  margin-left: 10px;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 2px solid black;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

/* */

#shine {
  width: 100%;
  height: 40px;
  background-image: radial-gradient(farthest-corner at 50% 0px, transparent 0%, #ffffff00 20%, #ffffffb8 100%);
  border-radius: 0px 0px 40% 40%;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
.footer {
  image-rendering: pixelated;
  background-color: black;
  padding: 10px;
  text-align: center;
}

.slop {
  display: unset;
  width: 100%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.left, .column.right {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .column.bottom {
    padding-top: 0px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 600px) {
  #wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 600px) {
  #pfp {
    width: 120px;
    height: 120px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  #textheader {
    width: 100px;
  }
}

@media screen and (max-width: 600px) {
  .innerbox1 {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
}

@media screen and (max-width: 600px) {
  .innerbox4 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .slop {
    width: 100px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  img.bows {
    top: -12px;
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .outterbox1, .outterbox2, .outterbox3 {
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .outterbox3 {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .topblock {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .topnav a {
    padding: 14px 5px;
  }
}

