@font-face {
  src: url(fonts/handjet/Handjet-Regular.ttf);
  font-family: Handjet;
}

@font-face {
  src: url(fonts/handjet/Handjet-SemiBold.ttf);
  font-family: HandjetSemibold;
}

@font-face {
  src: url(fonts/ibmplexmono/IBMPlexMono-MediumItalic.ttf);
  font-family: IBM;
}

@font-face {
  font-family: PatrickHand;
  src: url(fonts/patrickhand/PatrickHand-Regular.ttf);
}

@font-face {
  font-family: HomeadeApple;
  src: url(fonts/homeadeapple/HomemadeApple-Regular.ttf);
}

*::selection{
  color:#c01168;
  background-color: #fff1bb8a;
}


   ::-webkit-scrollbar {
width: 14px
}

::-webkit-scrollbar-track:vertical {
background: linear-gradient(90deg, #e1cbd7, #ffe7f5 20%);
border-left: 1px solid #c33072;
}

::-webkit-scrollbar-thumb:vertical {
background: linear-gradient(90deg, rgb(122, 27, 79) 0%, rgb(255, 194, 219) 28%, rgb(238, 138, 190) 55%, rgb(252, 202, 239) 87%);
  border-left: 1px solid #c33072;
}

/*horizontal scroll*/

::-webkit-scrollbar:horizontal {
height: 14px
}

::-webkit-scrollbar-track:horizontal {
background: linear-gradient(180deg, #e1cbd7, #ffe7f5 20%);
 border-top: 1px solid #c33072;
}

::-webkit-scrollbar-thumb:horizontal {
background: linear-gradient(180deg,  rgb(122, 27, 79) 0%, rgb(255, 194, 219) 28%, rgb(238, 138, 190) 55%, rgb(252, 202, 239) 87%);
  border-top: 1px solid #c33072;
}


body {
    background-image: url(bg/choco.png);
    margin: 0;
    width: 730px;
    position: relative;
}

.quiztint {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 200px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;  
  box-sizing: border-box;
  gap: 15px;
  padding: 5px;
  z-index: 0;
}

.quiztint:hover {
  z-index: 2;
}

.quiztint img {
  flex: 0 0 auto; 
  height: 100%;
  width: auto;
  filter: sepia(100%) hue-rotate(300deg) saturate(300%) contrast(120%) drop-shadow(0px 0px 3px #df0095);
  transition: 0.05s ease-in-out;
}

.quiztint img:hover{
  transform: scale(1.05);
  filter: sepia(0%) hue-rotate(0deg) saturate(100%) contrast(100%) drop-shadow(0px 0px 5px #ffe071);
}

.quizzes {
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
  background-image: url(img/abtme/folddither.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0px -5px 5px #cb489fbb);
}

#quizlog {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  width: 275px;
  transform: rotate(-20deg);
  filter: drop-shadow(3px 3px 5px #e9009cd5)
}

#illi {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: float 3s ease-in-out infinite;
  width: 200px;
  z-index: 1;
  filter: drop-shadow(-5px 0px 5px #ffedaaaf);
}

@keyframes float {
    0% {
    transform: translateY(0);
    }

    50% {
    transform: translateY(-20px);
    }

    100% {
    transform: translateY(0);
    }}

.head {
  position: relative;
  width: 100%;
  height: 120px;
  filter: drop-shadow(0px 5px 5px #b10053c2);
  z-index: 9;
}

#checkdiv {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
}

#whoami {
  position: absolute;
  left: 5%;
  width: 50%;
  z-index: 2;
  filter: drop-shadow(5px 5px 0px #feeec2);
  animation: heartbeat 1.5s ease-in-out infinite;
}

#desert {
  position: absolute;
  width: 50%;
  top: 30%;
  left: 30%;
}

@keyframes heartbeat {
    0% {
    transform: scale(1.0);
    }

    50% {
    transform: scale(1.3);
    }

    100% {
    transform: scale(1.0);
    }}

  .flip-card {
  margin-top: 2%;
  position: relative;
  left:4%;
  background-color: transparent;
  border-radius: 70px;
  width: 525px;
  height: 362px;
  perspective: 1000px;
  transform: rotate(6deg);
  z-index: 1;
  transition: 0.9s ease-in-out;
  }

  .flip-card:hover {
      transform: rotate(-6deg);
      z-index: 9;
  }

.flip-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0px 5px 5px #ac0070dd);
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: transparent;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}

#deskmat {
  position: absolute;
  right: 0;
  z-index: 0;
  width: 225px;
  top:8%;
  filter: drop-shadow(-5px 0px 5px #af1d4b);
}

.right {
  padding: 5px;
  background-image: url(img/diary/padbg.png);
  box-shadow: 0px 3px 5px #c01168;
  position: absolute;
  width: 160px;
  height: 370px;
  right: 3%;
  top:10%;
  transition: 0.3s ease-in-out;
}

.right:hover {
  box-shadow: 0px 3px 5px #c3ba6c;
  z-index: 3;
}

.imvu img {
  filter: drop-shadow(0px 0px 1px #d3028a);
  transition: 0.1s ease-in-out;
}

.imvu img:hover {
  filter: drop-shadow(0px 0px 2px #ffe7af);
  transform: scale(1.1);
}

.cliques {
  font-family: PatrickHand;
  text-align: center;
  line-height: 1em;
  color: #af1d4b;
  text-shadow: 2px 2px 3px #ff90d8;
}

.cliques a {
  color: #de006b;
  transition: 0.1s ease-in-out;
  font-style: italic;
  font-weight: bold;
}

.cliques a:hover {
  color: #feeec2;
  filter: drop-shadow(0px 0px 5px #d3028a);
}

.secondrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  margin-left: 2%;
  margin-right: 2%;
}

.gameboy {
  grid-column: 1/2;
  position: relative;
  transition: 0.3s ease-in-out;
}


#gameframe {
  position: relative;
  width: 100%;
  z-index: 2;
  filter: drop-shadow(0px 5px 5px #a40264);
}

.gameboy:hover {
  transform: scale(1.1);
  z-index: 5;
  filter: drop-shadow(0px 5px 5px #fff9b4);
}

.likes {
  grid-column: 2/3;
  background-color: #ffe7f5;
  height: 115%;
  box-shadow: inset 0px 3px 5px #c33072;
}

.scrollbox {
  background-image: url(img/abtme/gpoy/gpoybg.gif);
  background-size: 100% auto;
  position: absolute;
  width: 185px;
  height: 185px;
  top: 10%;
  left: 20%;
  transform: skew(-9deg, 5deg);
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.scrollbox img {
  width: 100%;
  margin-top: -5px;
}

.abtme {
  font-size: 0.9rem;
  background-image: url(bg/paper.jpg);
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
  font-family: HandjetSemibold;
  color: #a40264;
  box-shadow: inset 0px 3px 5px #a45081bb, inset 0px -3px 5px #8b77269a;
}

.abtme span{
  font-weight: bold;
  font-size: 1.1rem;
  font-style: italic;
  text-decoration: underline wavy #ff90d8;
  color: #d3028a;
  text-shadow: 1px 1px 1px #ff78d0;
  transition: 0.3s ease-in-out;
}

.abtme span:hover {
  text-decoration: underline wavy #ff5dc6;
  color: #ffe7af;
  text-shadow: 1px 1px 2px #c2007e;
}

#mewo {
  width: 100px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 2px;
  filter: drop-shadow(0px 3px 3px #ad0065);
}

#tab {
  width: 100%;
}

#gerd {
  margin-top: 10px;
  width: 40%;
  box-shadow: 0px 3px 5px #a40264;
}

.likes {
  font-family: IBM;
  color: #a40264;
  line-height: 1em;

}

.likes span {
  text-decoration: underline;
  font-weight: bold;
  color: #ff00a6;
}

.likes a {
    color: #ff00a6;
    transition: 0.2s ease-in-out;
}

.likes a:hover {
    color: #ffacd3;
    background-color: #fffbaa;
    text-decoration: underline wavy;
}

.likes a:active {
    color: #fffbaa;
    background-color:#870051;
    text-decoration: underline wavy;
}

.likescont {
  padding-left: 5%;
  padding-right: 5%;
}

#kris {
  position: absolute;
  width: 70%;
  z-index: 9;
  bottom: 30%;
  left: 50%;
  filter: drop-shadow(0px 5px 3px #cd0587d8);
}

#susie {
  position: absolute;
  width: 70%;
  z-index: 9;
  bottom: 23%;
  left: 40%;
  filter: drop-shadow(0px 5px 3px #cd0587d8);
}

#ralsei {
  position: absolute;
  width: 70%;
  z-index: 9;
  bottom: 16%;
  left: 30%;
  filter: drop-shadow(0px 5px 3px #cd0587d8);
}