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

  @font-face {
    font-family: 'cat';
    font-display: swap;
    src: url(/assets/fonts/CATChilds.ttf);
}


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

body  {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(/assets/background/gingham-silver.jpg);
  background-attachment: fixed;
  text-align: center;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

* {
  cursor: url(/assets/cursors/bakaneko.gif), auto !important;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

#everything {
  display: flex;
}

#scale-root {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  zoom: var(--scale);
}

p {
  color: #000000;
  font-family: 'basiic';
  margin-top: 5px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.container {
  width: 1000px;
  height: auto;
  background: transparent;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}

/* MIGHT JUST GET RID OF THIS */

#container  {
  position: absolute;
  right: 500px;
  width: 300px;
  justify-content: center;
  display: flex;
  z-index: 9999;
}

#cont-img {
  width: 70%;
  height: auto;
  margin-top: -45px;
  margin-left: 450px;
  filter:
    drop-shadow(1px 1px 0px #0000002c);
}

.header {
  width: 500px;
  height: 200ox;
  margin: auto;
  background: #ffffff;
  border-image: url(/assets/borders/laceborder.png);
  box-sizing: border-box;
  border-radius: 30px;
  display: flex;
}

.inside-header {
  width: 500px;
  height: 180px;
  background-image: url(/assets/graphics/rai5thanni.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  outline: 1px #5d6f69 dashed;
  border-radius: 10px;
  display: flex;
}

.title {
  position: absolute;
  top: 75%;
  left: 80%;
  transform: translate(-74%, -38%);
  width: 100%;
  z-index: 25;
  font-family: 'cat', sans-serif;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(#d3d4d6, #fdfdfd);
  background-clip: text;
  color: transparent;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  filter: drop-shadow(0.5px 0.5px 0 #000000)  drop-shadow(0 0.5px 0 #000000)  drop-shadow(0 1px 1px #9fa7a1);
}

/* END */

#slit {
  background-image: url(/assets/background/whitespadebg.gif);
  margin: 8px;
  width: 470px;
  border: ridge 5px #818588;
  outline: solid 1px black;
  border-radius: 10px;
}

.side-cont {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  width: 200px;
  border-radius: 5px;
  height: 230px;
}

#inside-cont {
  background-image: url(/assets/background/iPad\ homescreen.webp);
  background-attachment: fixed;
  background-size: contain;
  outline: ridge black;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0px;
  border: solid 16px #00000000;
  width: 135px;
  height: 200px;
  text-align: left;
  border-image: url(/assets/dividers/image-2024-05-23-2110389035.png) 20 round;
}

.button {
  width: 95px;
  margin: 4px;
  padding: 2px;
  border: 1px solid #545758;
  display: flex;
  align-items: center;
  color: black;
  background: linear-gradient(to bottom,  #d8dbdd 0%,#96999b 50%,#7e8183 51%,#c5c8c9 100%);
  border-radius: 6px;
  filter: drop-shadow(0px 0.5px 0.5px gray) drop-shadow(0px 0.5px 0.5px gray) drop-shadow(0px 1px 1px black);
}

.top {
  pointer-events: none;
  width: 100%;
  height: 17px;
  position: fixed;
  right: 0px;
  top: 0px;
  background: url(/assets/dividers/lace03.png) repeat top;
  z-index: 999999;
}

main {
  border: ridge 4px #8c9092;
  outline: solid 4px black;
  border-radius: 10px;
  margin: auto;
  width: 700px;
  padding: 15px;
  background: white;
  background-image: url(/assets/background/flannel1.jpeg);
  text-align: center;
  display: flex;
}

.rai {
  position: fixed;
  bottom: 0;
  left: 900px;
  max-height: 100%;
  z-index: 2;
  filter: drop-shadow(0px 0.5px 1px gray) drop-shadow(0px 1px 1px gray) drop-shadow(0px 0px 2px gray);
}

.raiplushie {
  transition: .7s ease;
}

.raiplushie img {
  width: 200px;
  margin-bottom: -48px;
  margin-left: -34px;
  filter: drop-shadow(0px 0.5px 1px gray) drop-shadow(0px 1px 1px gray) drop-shadow(0px 0px 2px gray);
}

.raiplushie:hover {
  transform: scale(1.1);
}

.about {
  background-image: url(/assets/background/iPad\ homescreen.webp);
  background-size: cover;
  border-radius: 5px;
  top: 60px;
  text-align: left;
  margin: 8px;
  justify-content: space-between;
  display: flex;
  padding: 4px;
  outline: ridge black;
}

.about-inside {
  padding: 5px;
  height: 150px;
  width: 250px;
  border: dashed 1px #000000;
  border-radius: 10px;
  outline: 3px solid white;
  background: white;
  margin-top: 30px;
  margin-right: 30px;
  filter: drop-shadow(0px 0.5px 1px gray) drop-shadow(0px 1px 1px gray) drop-shadow(0px 0px 2px gray);
}