html {
  background: #FFBAC7;
}

body {
  width: 95vw;
  height: 90vh;
}
.wrapper {
  background: var(--white);
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  background: var(--white);
    border: 32px solid transparent;
  border-image-source: url('https://file.garden/ZXJkOcYwORXn2d9V/Untitled1653_20260715193353.png');
  border-image-slice: 32 fill;
  border-image-repeat: round;
  box-sizing: border-box;
  padding: 10px;
  font-family: mali;
}

:root {
  --white: #FFDCE9;
  --black: #412A43;
  --pink: #FF94AA;
  --yellow: #FFC184;
  --blue: #C6BDE4;
  
}

@font-face {
  font-family: pork;
  src: url(https://file.garden/ZXJkOcYwORXn2d9V/porkys/PORKYS_.TTF);
}

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

navigate {
  display: block;
  width: 380px;
  background: url(https://file.garden/ZXJkOcYwORXn2d9V/website%20thing.gif);
  background-size: 100%;
  aspect-ratio: 1 / 1.1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 32px solid transparent;
  border-image-source: url('https://file.garden/ZXJkOcYwORXn2d9V/Untitled1653_20260715191451.png');
  border-image-slice: 32 fill;
  border-image-repeat: round;
  box-sizing: border-box;
}

.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 130px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 5px 0;
  border: 2px solid var(--black);
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

navigate a {
  display: block;
  position: relative;
  padding: 10px;
}

navigate a:hover .tooltiptext {
  visibility: visible;
}

.tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--white) transparent transparent transparent;
}

a.face {
  width: 100px;
  height: 120px;
  border-radius: 50%;
  left: 32%;
  top: -100px;
}

a.dci {
  width: 90px;
  height: 150px;
  top: 0;
  left: 0;
}

a.notepad {
  
  width: 120px;
  left: 32%;
  bottom: 0;
  height: 40px;
}

.title {
  font-family: pork;
  color: var(--pink);
  font-size: 60px;
  text-align: center;
  text-shadow: -1px 0 var(--black), 0 1px var(--black), 1px 0 var(--black), 0 -1px var(--black), 0 0;
  letter-spacing: -7px;
}

.title span:nth-child(3n + 1) {
  color: var(--pink);
}

.title span:nth-child(3n + 2) {
  color: var(--yellow);
}

.title span:nth-child(3n) {
  color: var(--blue);
}

@media only screen and (max-width: 400px) {
  
  .wrapper {
    position: relative;
    left: 50%;
    transform: scale(0.8) translate(-62%);
  }
}


.container {
border-width:7px;
border-style:solid;
border-image: url("https://i.postimg.cc/YC8T7pGD/tumblr-inline-o98n9db-Cl61u2r0ws-540-1-2.png") 8 fill round;
height: 70px;
width: 80%;
margin-left: auto;
margin-right: auto;
padding: 10px;
margin-bottom: 10px;
overflow: auto;
 
}

.text {
font-size: 14px;
color: var(--black);
}
