@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');

* {
  box-sizing: border-box;
}

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

body {
  background-image: url(/backgrounds/shinyrhinestoneheartsgray.gif);
  margin: 0;
}

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

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

.capsule {
  background-image: url(/backgrounds/black-diamond-cushion.png);
  background-size: 100px;
  width: 100%;
  padding: 10px;
  position: relative;
  /*border*/
  border-image-slice: 105;
  border-image-width: 30px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: url(/borders/elegant-yellow-frame.png);
  border-style: solid;
}

.header {
  background: white;
  padding: 10px;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  /*border*/
  border-image-slice: 100;
  border-image-width: 20px;
  border-image-outset: 15px;
  border-image-repeat: round;
  border-image-source: url(/borders/whitelace.png);
  border-style: solid;
}

.scrollbox {
  background-image: radial-gradient(farthest-corner at 50% 0px, #ffffff7a 0%, #ffffff00 75%, transparent 100%);
  background-repeat: no-repeat;
  width: 90%;
  padding-top: 10px;
  margin: auto;
  margin-top: 35px;
  /*border*/
  border-image-slice: 60;
  border-image-width: 20px 0 0 0;
  border-image-outset: 10px;
  border-image-repeat: round;
  border-image-source: url(https://i.postimg.cc/P5v035Pr/2.png);
  border-style: solid;
}

/*FONTS*/
p, a {
  font-family: "Emilys Candy", serif;
  color: black;
}

.capsule a {
  cursor: url(/pixels/VIRUXXX-chibi-select.png), auto;
  padding: 10px;
  width: 50%;
  display: flex;
  margin: auto;
  color: white !important;
  text-align: center;
  text-decoration: none;
  /*border*/
  border-image-slice: 9 fill;
  border-image-width: 5px;
  border-image-outset: 0;
  border-image-repeat: round;
  border-image-source: url(/borders/blackrhinestoneplate.png);
  border-style: solid;
}

.capsule a:hover {
  font-family: "Dynalight", cursive;
  font-size: x-large;
}

.scrollbox p {
  font-family: "Emilys Candy", serif;
  color: white;
  margin: 0;
  filter: drop-shadow(0px 0px 3px black);
}

h2 {
  font-family: "Dynalight", cursive;
  color: black;
}

/*STATUS CAFE*/
#statuscafe {
  font-family: "Emilys Candy", serif;
  padding: .5em;
  color: white;
  background-image: linear-gradient(to bottom right, #000000, #4e4e4e);
  position: fixed;
  margin: 5px;
  z-index: 100000;
  width: 20%;
  filter: drop-shadow(2px 4px 6px #00000050);
  top: 0;
}

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

#statuscafe-username {
  margin-bottom: .5em;
}

#statuscafe-content {
  margin: 0 1em 0.5em 1em;
}

/*MOBILE*/
@media screen and (max-width: 600px) {
  :root {
    --viewport-height: 87vh;
  }
}

@media screen and (max-width: 600px) {
  #statuscafe {
    font-size: 10px;
    width: 40%;
    bottom: unset;
  }
}