::-webkit-scrollbar-thumb {
  background-color: #007bff; /* Set the desired color for the thumb */
}

/* Change the color of the scrollbar track */
::-webkit-scrollbar-track {
  background-color: #ccc; /* Set the desired color for the track */
}

/* Change the width and height of the scrollbar thumb (optional) */
::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
}

/* Change the corner roundness of the scrollbar thumb (optional) */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
body {
  font-family: 'Aladin', cursive;
  background-color: #000000;
  padding-left: 10%;
  background-image: url("images/carpet.jpg");
  background-repeat: repeat;
  animation: fadein 1s;
  cursor: url('images/rainbow2.png'), auto;
}
h1 {
  color: #000000;
  font-family: 'Fairies';
}
h2 {
  color: #fff;
  font-family: 'Aladin', cursive;
}

p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.header {
  background: linear-gradient(90deg, #f4a261 5%, #e9c46a 30%, #e9c46a 70%, #f4a261 100%);
  padding: 10px;
  text-shadow:1px 1px 2px #000;
  text-align: center;
}
.wavy-text span {
  display: inline-block;
}
.letter {
  display: inline-block;
  animation: wave 1s ease-in-out infinite;
  transform-origin: center;
  animation-delay: var(--delay);
}
.navbar {
  background-color: #f4a261;
  color: #000;
  padding: 10px;
  text-align: center;
}
.navbar a {
  color: #000000;
  text-decoration: none;
  margin-right: 15px;
}
.content {
  padding-left:20px;
}
.footer {
  background-color: #264653;
  color: #000000;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px #543427; 
  position: fixed;
  top:85dvh;
  height:15dvh;
  width: 90dvw;
  left:10dvw;
}
.sidebar {
  text-align: center;
  width: 10dvw;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow-x: hidden;
  background-color: rgba(227, 202, 221, 150);
  background-image: url("images/100C.png");
  background-repeat: repeat;
}
.moon-widget {
  padding-left:5%;
  padding-right:5%;
  width: 100%;
  user-select: none;
}
.footer-image {
  user-select: none;
}
.garden-box {
  border: 2px solid;
  margin-top: 10px;
  margin-right: 30px;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  border-radius: 2px;
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(42, 157, 143, 1) 30%, rgba(233, 196, 106, 1) 100%)
}
.jukebox-box {
  border: 2px solid;
  margin-top: 10px;
  margin-right: 30px;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  border-radius: 2px;
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(231, 111, 81, 1) 30%, rgba(244, 162, 97, 1) 100%)
}
.library-box {
  border: 2px solid;
  margin-top: 10px;
  margin-right: 30px;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(90deg, rgba(244, 162, 97, 1) 30%, rgb(70, 49, 27) 100%)
}
.cool-websites-box {
  border: 2px solid;
  margin-top: 10px;
  margin-right: 30px;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  border-radius: 2px;
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(233, 196, 106, 1) 30%, rgba(42, 157, 143, 1) 100%)
}
.gallery-box {
  border: 2px solid;
  margin-top: 10px;
  margin-right: 30px;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  border-radius: 2px;
  padding-left: 10px;
  background: linear-gradient(90deg, #FF69EB 30%, #FFDC5E 100%)
}

.window {
  margin-top:-14dvh;
  margin-left: 1.6%;
  border: 4px solid;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  border-radius: 2px;
  background: #c4c4c4;
  box-shadow: 6px 6px rgba(53, 60, 63, 0.3);
  padding: 2px;
  height: 368px;
  width: 314px;
  user-select: none;
  display:inline-block;
  position: absolute;
}
.window .titlebar {
  background: rgb(233,85,85);
  background: linear-gradient(90deg, rgba(233,85,85,1) 0%, rgba(253,251,29,1) 30%, rgba(52,240,42,1) 60%, rgba(69,116,252,1) 100%);
  border-radius: 1px 1px 0 0;
  margin-bottom: 2px;
  margin: 2px 2px 0 2px;
  display: flex;
  align-items: center;
  width: 314px;
  display:inline-block;
}
#hover-links :hover {
  color:#007bff;
  cursor: url('images/rainbow2link.png'), pointer;
}
.window .titlebar .title {
  color: #FFF;
  font-size: 15px;
  padding-left: 5px;
  margin-bottom: 5px;
  display:inline-block;
}
.image-container {
  display: inline-block; 
  transition: transform 0.3s ease-in-out; 
}
.image-container:hover {
  transform: scale(1.1);
}
.badge {
  height: 31px;
  width: 88px;
}
.box-images {
  display: inline-block;
  position: absolute;
  height: 4rem;
  margin-top:-2rem;
  -webkit-user-drag: none;
}
.window .titlebar .buttons {
  margin-left: auto;
  display: flex;
  cursor: pointer;
}

.window .titlebar .button {
  background-color:#c4c4c4;
  width: 20px;
  height: 20px;
  display:inline-block;
}

.window-smile {
  background: url("images/smile.svg");
  background-repeat: no-repeat;
}

.window .content {
  padding: 0px;
  height: 100%;
  color: #000;
  border-radius: 0 0 1px 1px;
  font-size: 0;
  user-select: none;
}
.window .button {
  border: 2px solid;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  border-radius: 2px;
  margin: 2px;
  height: 25px;
  margin-left:75%;
}
.window .button:active {
  border-color: #808080 #f0f0f0 #f0f0f0 #808080;
}
.emoji {
  display:inline;
  height:1.25rem;
  min-width: 1rem;
}
.glitterfairy {
  height:5%;
  width: 5%;
  display: inline;
}
.rightboxes {
  display: inline-block;
  padding-top:290px;
  margin-left:1dvw;
}
.right-textbox {
  text-align: left;
  display:inline-block;
  background-color: #2c2d50;
  padding-left:1dvw;
  width: 22dvw;
  height:6rem;
  user-select:text;
  background-image: url("images/neonrain.gif");
  background-size: 100px;
  background-repeat: repeat-x;
  border-radius: 8px;
  border-style: dashed;
  border-width: 1px;
  border-color:#FF69EB;
  text-shadow: 3px 3px 4px #000;
  background-repeat: repeat;
}
.right-textbox-cement {
  text-align: left;
  text-align:justify;
  display:inline-block;
  background-color: #2c2d50;
  padding-left:1dvw;
  width: 22dvw;
  height:6rem;
  user-select:text;
  background-image: url("images/brick.png");
  background-size: 100px;
  background-repeat: repeat;
  border-radius: 8px;
  border-style: dashed;
  border-width: 1px;
  border-color:#FF69EB;
  text-shadow: 3px 3px 4px #000;
}
.garden-box .emoji {
  width: 1.8%;
  user-select: none;
}
.internet-mood {
  padding-right:8px;
}
.imagess {
  display: inline;
  position:sticky;
  margin-left:334px;
}
.overlay-images {
  position: absolute;
  z-index: 2;
  text-align: right;
  display:inline;
}

.overlay-images .vine {
  margin-left: 41.05dvw;
  margin-right:0px;
  width: 8%;
}
.credits {
  text-align: right;
  display: inline;
  margin-right: 0;
}
.results {
  width: 200px;
  height:55dvh;
  background-color: #000000;
  border-radius:10px; 
  color: #000;
  padding: 10px;
  border: 1px solid;
  height: 68dvh;
  margin: 0 auto;
  font-family: 'times';
  font-size: '15pt'; 
  text-align: center;
  display: inline-block;
}
.butterfly-box {
  text-align: justify;
  padding-left: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 4px;
  height: 70dvh;
  color:#000;
  background-color: #231942;
  text-shadow: 1px 1px 2px #8e198e;
  width: 30dvw;
  border-radius: 4px;
}
.butterfly-box2 {
  margin-left: 1.55%;
  text-align: justify;
  padding-left: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 4px;
  height: 70dvh;
  background-color: #e0b1cb;
  color:#000;
  text-shadow: 1px 1px 2px #000;
  width: 20dvw;
  border-radius: 4px;
}
.butterflies {
  display:flex;
  margin-left:1.3%;
  padding-top:1dvh;
  bottom:515dvh;
}
.screen-box {
  background-color: #231942;
  display: inline-block;
}
.rotate-text {
  animation: rotate 2s infinite;
  transform-origin: center;
}
.navbar-option :hover {
  color: #1f1faf;
}
.wiggle {
  animation: wiggle-animation infinite 0.5s ease-in-out alternate-reverse;
}
.blink {
  animation: blink infinite 0.4s;
}
.music-control {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: rgba(42, 157, 143, 1);
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

@font-face {
  font-family: 'Fairies';
  src: url('fonts/Fairies-LWRZ.ttf') format('ttf'),
  url('fonts/Fairies-LWRZ.woff2') format('woff2');
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes wave {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes wiggle-animation {
  to  { transform: translateX(-5px);}
  from { transform: translateX(5px);}
}
@keyframes blink {
  0% { opacity: 0; }
  25% { opacity: 1; }
  50% { opacity: 0; }
  75% { opacity: 1; }
  100% { opacity: 0; }
}
