@import url("https://fonts.googleapis.com/css2?family=Texturina:ital,opsz,wght@0,12..72,100..900;1,12..72,100..900&display=swap");

@font-face {
  font-family: testament;
  src: url(/assets/testament.ttf);
}

* {
  box-sizing: border-box;
}


body {
  color: #666;
  position: relative;
  display: block;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  width: 1084px;
  height: 1069px;
  background-image: url(/assets/bg-overlay-2.png), url(/assets/bg-overlay.gif), linear-gradient(to top, #e3bfcb, lavenderblush, ghostwhite);
  background-size: 20%, 600px, auto;
}

a{
    color: #db93b3;
}

strong {
  color: #db93b3;
  background: #F8F8FF90;
}

small {
  color: #db93b3;
  font-weight: 800;
  background: #F8F8FF90;
  padding: 4px;
}

h1 {
  font-family: "Texturina", serif;
  font-optical-sizing: auto;
  font-size: 10px;
  letter-spacing: 2px;
  background: #F8F8FF90;
  border-bottom: 1px dashed #97b0a0;
}

h2 {
  z-index: 9999;
  top: 395px;
  left: 375px;
  position: absolute;
  font-family: testament;
  text-align: center;
  text-shadow: 1px 0px #db93b3, -1px 0px #db93b3, 0px 1px #db93b3,
    0px -1px #db93b3, 0 0;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px #fec8ea) drop-shadow(0px 0px 1px #fec8ea) drop-shadow(0px 0px 1px #fec8ea);
  color: ghostwhite;
  font-size: 60px;
  margin: 0 auto;
}

.container {
  display: block;
  width: 1084px;
  height: 1069px;
  margin-top: -35px;
  background-image: url(https://maidenless.neocities.org/Feameeee.png);
  
}

.contents {
  height: 400px;
  width: 375px;
  top: 425px;
  left: 382px;
  text-align: center;
  background: url(/assets/dia-bg.png);
  border: 4px double #4c4247;
  outline: 2px dotted #b58696;
  outline-offset: 3px;
  padding: 20px;
  font-family: "Texturina", serif;
  font-size: 12px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  z-index: 999;
  box-shadow: 1px 1px 3px gray;
}

.garden {
  margin-top: 60px;
  background: #b8cfc090;
  padding: 20px;
  border-radius: 25px;
  border: 1px dashed #97b0a0;
  overflow-y: auto;
  height: 270px;
  width: 325px;
}

.navigation {
  font-family: "Texturina", serif;
  font-size: 13px;
  text-align: center;
  display: block;
  padding: 100px 20px;
  width: 150px;
  height: 300px;
  border: 4px double #4c4247;
  background: url(/assets/tassel.png), url(/assets/dia-bg.png);
  background-position: center;
  margin-top: -350px;
  margin-left: 25px;
  box-shadow: 1px 1px 3px gray;
  border-radius: 30px;
  corner-shape: scoop;
}

.navigation h1{
    background: transparent;
}

.navigation a {
  text-shadow: 1px 0px #db93b3, -1px 0px #db93b3, 0px 1px #db93b3,
    0px -1px #db93b3, 0 0;
  color: white;
  text-decoration: none;
}


.navigation a:hover {
  transition: 0.8s;
  text-shadow: 1px 0px #666, -1px 0px #666, 0px 1px #666,
    0px -1px #666, 0 0;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px #ffa8d7);
  color: #fff;
  text-transform: uppercase;
}

.marq {
  display: block;
  width: 300px;
  height: 50px;
  background: transparent;
  margin-top: -250px;
  margin-left: 420px;
  z-index: 999;
}


.ribbon {
  top: 450px;
  position: absolute;
  left: 27px;
  height: 139px;
  width: 167px;
  object-fit: contain;
  pointer-events: none;
  z-index: 9999;
}

@media (max-width: 768px) {
  .ribbon {
    display: none;
  }
}

.ribbon-2 {
  top: 800px;
  position: absolute;
  left: 127px;
  height: 163px;
  width: 89px;
  object-fit: contain;
  pointer-events: none;
  z-index: 9999;
}

@media (max-width: 768px) {
  .ribbon {
    display: none;
  }
}

.vine {
  bottom: 415px;
  position: absolute;
  right: 330px;
  height: 162px;
  width: 145px;
  object-fit: contain;
  pointer-events: none;
  z-index: 9998;
}

.vine2 {
  bottom: 275px;
  transform: scaleX(-1) scaleY(-1);
  position: absolute;
  left: 385px;
  height: 162px;
  width: 145px;
  object-fit: contain;
  pointer-events: none;
  z-index: 9999;
}

.pink:hover{
    filter: drop-shadow(0 0 0.75rem #ffdefb);
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #b8cfc0;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 65%;
  margin-left: -65px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 2px;
  border: 1px dotted #e6aac5;
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background: url(/assets/pink-dia-bg.png) repeat;
  background-size: 60px;
  border-radius: 2px;
  border: 1px dotted #e6aac5;
}

::-moz-selection {
  color: #fff;
  background: #de6a95;
}

::selection {
  color: #fff;
  background: #e8bed2;
}