body {
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #84cae7 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #84cae7;
    border-radius: 10px;
    border: 3px dashed #ffffff;
  }

.text-effect {
 background: linear-gradient(98deg, #130027, #6930c3, #80FFDB, #7400b8);
 background-clip: text;
 color: transparent;
 animation: text-effect 15s linear infinite;
 background-size: 200% 200%;
}

@keyframes text-effect {
  
   0%  {background-position: right 50%;}
12.5%  {background-position: bottom 100%;}   
  25%  {background-position: left 100%;}
37.5%  {background-position: top 150%;}
  50%  {background-position: right 200%;}
62.5%  {background-position: bottom 150%;}                           
  75%  {background-position: left 100%;}                          
87.5%  {background-position: top 1000%;}                            
  100% {background-position: right 50%;}                             
}

.divider {
  position: center;
  border: none;
    height: 30px;
    background-image: url(https://bunnybee25.neocities.org/images/Heart.png);
    background-size: auto 50%;
    background-repeat: repeat-x;
    
}
.divider2 {
    position: center;
    border: none;
    height: 30px;
    background-image: url(https://bunnybee25.neocities.org/images/Heart%20down.png);
    background-size: auto 50%;
    background-repeat: repeat-x;
}

.HoldIt {
  position: absolute;
          top: 400px;
          left: 0px;
          right:0px;
  margin-left: 350px;
  margin-right: 350px;
      overflow: scroll;
      overflow-x: hidden;
      height: 10em;
      padding: 1rem;
      border-top: 3.5px double darkorchid;
      border-left: 3.5px double darkorchid;
      border-right: 3.5px double aquamarine;
      border-bottom: 3.5px double aquamarine;
    }

    
    .words {
          position: absolute;
          top: -20px;
          left: 5px;
          transform: translate(-0%, -10%);
          font-family:"Ben";
          color: #80FFDB;
          text-align: left;
          font-size: 40px;
    }
    
    
    #image {
      margin: 0px;
      
    }

/* music player */

    .title-bar {
        background:linear-gradient(90deg, #7400b8, #130027, lightskyblue);
    }
    
    .player {
        position: absolute;
        top:415px;
        left: 20px;
        width:fit-content;
        border: lightskyblue solid 1px;
        border-width: 1px 0px 0px 1px;
        margin-left:0px;
        margin-right:0px;
    }

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  top: 20%;
  left: 90%;
  width: 100%;
  background: transparent;
}
 
input[type="range"]:focus {
  outline: none;
}
 
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 21px;
  width: 11px;
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  transform: translateY(-8px);
  box-shadow: none;
  border: none;
}
 
input[type="range"].has-box-indicator::-webkit-slider-thumb {
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
  transform: translateY(-10px);
}
 
input[type="range"]::-moz-range-thumb {
  height: 21px;
  width: 11px;
  border: 0;
  border-radius: 0;
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  transform: translateY(2px);
}
 
input[type="range"]::-moz-range-thumb {
  background: url("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  border: 0;
  border-radius: 0;
  height: 21px;
  transform: translateY(2px);
  width: 11px;
  }
 
input[type="range"].has-box-indicator::-moz-range-thumb {
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
  transform: translateY(0px);
}
 
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: black;
  border-right: 1px var(--Indigo-bloom);
  border-bottom: 1px var(--Indigo-bloom);
  box-shadow: 1px 0 0 aquamarine, 1px 1px 0 aquamarine, 0 1px 0 aquamarine, -1px 0 0 var(--Indigo-bloom),
    -1px -1px 0 var(--Indigo-bloom), 0 -1px 0 var(--Indigo-bloom), -1px 1px 0 var(--Indigo-bloom), 1px -1px var(--Indigo-bloom);
}
 
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: black;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  box-shadow: 1px 0 0 aquamarine, 1px 1px 0 aquamarine, 0 1px 0 aquamarine, -1px 0 0 var(--Indigo-bloom),
    -1px -1px 0 var(--Indigo-bloom), 0 -1px 0 var(--Indigo-bloom), -1px 1px 0 aquamarine, 1px -1px var(--Indigo-bloom);
}
 
button,input,label,option,select,table,textarea,ul.tree-view{-webkit-font-smoothing:none;font-family:"Ben";font-size:11px}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid var(--Indigo-bloom);text-decoration:none}button,input[type=reset],input[type=submit]{border:none;border-radius:0;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 var(--Indigo-bloom)}.vertical-bar,button,input[type=reset],input[type=submit]{background:var(--Midnight-violet);box-shadow:inset -1px -1px white,inset 1px 1px lightskyblue,inset -2px -2px var(--Indigo-bloom),inset 2px 2px aquamarine}.vertical-bar{height:20px;width:4px}button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{box-shadow:inset -1px -1px var(--Sky-blue-light),inset 1px 1px aquamarine,inset -2px -2px aquamarine,inset 2px 2px var(--Midnight-violet);text-shadow:1px 1px var(--Indigo-bloom)}@media (not(hover)){button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:inset -1px -1px aquamarine,inset 1px 1px aquamarine,inset -2px -2px white,inset 2px 2px var(--Midnight-violet)}}button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted var(--Royal-violet);outline-offset:-4px}button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:var(--Indigo-bloom)}:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 var(--Sky-blue-light)}}
 
.title-bar-controls button {border:none;border-radius:0;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 var(--Indigo-bloom)}
 
.title-bar-controls button {background:lightskyblue;box-shadow:inset -1px -1px var(--Aquamarine),inset 1px 1px var(--Indigo-bloom),inset -2px -2px white,inset 2px 2px var(--Midnight-violet)}
 
.title-bar-controls button:not(:disabled):active {box-shadow:inset -1px -1px var(--Sky-blue-light),inset 1px 1px white,inset -2px -2px var(--Indigo-bloom),inset 2px 2px aquamarine;text-shadow:1px 1px black}
 
@media (not(hover)){
	button:not(:disabled):hover {
    box-shadow:inset -1px -1px var(--Indigo-bloom),inset 1px 1px var(--Indigo-bloom),inset -2px -2px var(--Sky-blue-light),inset 2px 2px var(--Royal-violet)}
}
 
.title-bar-controls button:focus {outline:1px dotted aquamarine; outline-offset:-4px}
.title-bar-controls button::-moz-focus-inner {border:0}
 
 
@font-face {
  font-family: "Ben";
  src: url("https://files.catbox.moe/1za99g.woff") format("woff");
  src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "Ben";
  src: url("https://files.catbox.moe/z7csle.woff") format("woff");
  src: url("https://files.catbox.moe/moqhx6.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
 
 
.window, .title-bar {
  font-family: "Ben";
  color: #80FFDB;
  -webkit-font-smoothing: none;
  font-size: 18px;
}
 
.window {
  box-shadow: inset -1px -1px var(--Indigo-bloom),
    inset 1px 1px var(--Midnight-violet), inset -2px -2px var(--Midnight-violet),
    inset 2px 2px var(--Royal-violet);
  background: lightskyblue;
  padding: 3px;
  width:260px;
}
 
.title-bar {
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.title-bar-controls {
  display: flex;
}
 
.title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 16px;
  min-height: 14px;
}
 
.title-bar-controls button:active {
  padding: 0;
}
 
.title-bar-controls button:focus {
  outline: none;
}
 
.title-bar-controls button[aria-label=Minimize]{
background-image:url("https://bunnybee25.neocities.org/Elements/minimize.svg");
background-position:bottom 3px left 4px;
background-repeat:no-repeat}
 
.title-bar-controls button[aria-label=Maximize]{
background-image:url("https://bunnybee25.neocities.org/Elements/maximize.svg");
background-position:top 2px left 3px;
background-repeat:no-repeat}
 
.title-bar-controls button[aria-label=Close]{
background-image:url("https://bunnybee25.neocities.org/Elements/close.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
margin-left:2px}
 
.window-body { margin:0px; height:98px; }
 
 
 
input[type=range] {
        -webkit-appearance: none;
        appearance:none;
        width: 100%;
    }
 
    input[type=range]:focus {
        outline: none;
    }
 
    /* settings for chrome browsers */
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px; /* thickness of seeking track */
        cursor: help;
    }
 
 
    /* settings for firefox browsers */
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 2px; /* thickness of seeking track */
        cursor: help;
    }
 
    .flex {display: flex;}
 
    .titlebaricon { height:14px; width:14px;}
 
 
    .songtitlewindow {
        background-color:var(--Midnight-violet);
        box-shadow:inset -1px -1px white,inset 1px 1px var(--Midnight-violet),inset -2px -2px var(--Aquamarine),inset 2px 2px var(--Royal-violet);
    }
 
    #musicplayer {
        border:2px solid lightskyblue; /* border around player */
        border-width: 2px 0px 0px 0px;
        width:160px; /* width of the player */
    }
 
    #imagestyle {
        background:white; /* background color of player */
        border:2px solid lightskyblue; /* border around player */
        width:95px; /* width of the player */
        height:95px;
        box-shadow:inset -1px -1px var(--Indigo-bloom),inset 1px 1px var(--Midnight-violet),inset -2px -2px var(--Midnight-violet),inset 2px 2px var(--Indigo-bloom);
    }
 
    .ic {
    	width:90px;
        position:relative;
        bottom:1px;
        right:1px;
        overflow:hidden;
        padding:2px;
        border:2px solid transparent;
    }
 
    .songtitlearrow {
        background-size:100%;
        background-repeat:no-repeat;
        background-image:url(https://bunnybee25.neocities.org/Elements/button-down-active.svg);
        height:21px;
        width:21px;
        position:relative;
        top:2px;
        left:-2px;
        border:0px solid transparent;
        border-width:0px 0px 0px 0px;
    }
 
    .songtitle {
        padding:5px; /* padding around song title */
        border-bottom:0px; /* border under song title */
        display:block;
        font-family: "Ben";
        color: white;
    }
 
    .controls {
        font-size:18px !important; /* size of controls */
        text-align:center;
        width:10%;
        position:relative;
        bottom:10px;
    }
 
    .controls td {
        padding:8px 5px 0px 5px; /* padding around controls */
    }
 
    button {
        min-width:40px;
    }
 
    .seeking {
        background-color:lightskyblue; /* background color of seeking bar */
        display:flex;
        justify-content: space-evenly;
        padding:8px; /* padding around seeking bar */
    }
 
    .current-time {
        padding-right:5px;
        color: white;
    }
 
    .total-duration {
        padding-left:5px;
        color: white;
    }
 
    .controlimg {
    height:15px;
    width:15px;
    }

/* Music player */
 
/* button */

/* From Uiverse.io by Voxybuns */ 
.button {
  position: absolute;
  top: 100px;
  left: 220px;
  height:55px;
  width: 150px;
  cursor: pointer;
  font-family: "Ben";
  color: #80FFDB;
  background-color: #7400b8;
  border-radius: 50em;
  border: 6px solid #8b93f8;
  box-shadow: 0px 8px #7400b8;
}
  
.button:active {
  position: absolute;
  top: 100px;
  left: 250px;
  border: 6px solid  #6930c3;
  box-shadow: 5px 5px;
}
.button2 {
  position: absolute;
  top: 100px;
  left: 385px;
  height:55px;
  width: 150px;
  font-family: "Ben";
  color: #80FFDB;
  background-color: #7400b8;
  border-radius: 50em;
  border: 6px solid #8b93f8;
  box-shadow: 0px 8px #7400b8;
}
  
.button2:active {
  position: absolute;
  top: 100px;
  left: 385px;
  border: 6px solid  #6930c3;
  box-shadow: 5px 5px;
}
.button3 {
  position: absolute;
  top: 100px;
  left: 550px;
  height:55px;
  width: 165px;
  cursor: pointer;
  font-family: "Ben";
  color: #80FFDB;
  background-color: #7400b8;
  border-radius: 50em;
  border: 6px solid #8b93f8;
  box-shadow: 0px 8px #7400b8;
}
  
.button3:active {
  position: absolute;
  top: 100px;
  left: 550px;
  border: 6px solid  #6930c3;
  box-shadow: 5px 5px;
}
.button4 {
  position: absolute;
  top: 100px;
  left: 735px;
  height:55px;
  width: 150px;
  cursor: pointer;
  font-family: "Ben";
  color: #80FFDB;
  background-color: #7400b8;
  border-radius: 50em;
  border: 6px solid #8b93f8;
  box-shadow: 0px 8px #7400b8;
}
  
.button4:active {
  position: absolute;
  top: 100px;
  left: 735px;
  border: 6px solid  #6930c3;
  box-shadow: 5px 5px;
}
.button5 {
  position: absolute;
  top: 100px;
  left: 905px;
  height:55px;
  width: 150px;
  cursor: pointer;
  font-family: "Ben";
  color: #80FFDB;
  background-color: #7400b8;
  border-radius: 50em;
  border: 6px solid #8b93f8;
  box-shadow: 0px 8px #7400b8;
}
  
.button5:active {
  position: absolute;
  top: 100px;
  left: 905px;
  border: 6px solid  #6930c3;
  box-shadow: 5px 5px;
}

.button6 {
  position: absolute;
  top: 100px;
  left: 1075px;
  height:55px;
  width: 150px;
  cursor: pointer;
  font-family: "Ben";
  color: #80FFDB;
  background-color: #7400b8;
  border-radius: 50em;
  border: 6px solid #8b93f8;
  box-shadow: 0px 8px #7400b8;
}
  
.button6:active {
  position: absolute;
  top: 100px;
  left: 1075px;
  border: 6px solid  #6930c3;
  box-shadow: 5px 5px;
}


/* button */


.strokeme {
  color: black;
  background-color: transparent;
  -webkit-text-stroke: 0.02px white;
}

.strokeme2 {
  color:  var(--Indigo-bloom);
  background-color: lightskyblue transparent 0%;
  text-shadow: -5px -5px 0 white, 5px -5px 0 white, -5px 5px 0 white, 5px 5px 0 white;
}

.strokeme3 {
  color:  hotpink;
  background-color: lightskyblue transparent 0%;
  -webkit-text-stroke: 1px white;
}

.marquee {
  margin-top: 8px;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 80px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.fadeout-horizontal {
  mask-image: linear-gradient(
  to right,
  transparent,
  black 5rem,
  black calc(100% - 5rem),
  transparent);
}

  .header {
    border-radius: 25px;
    background: var(--Indigo-bloom);
    color: var(--Midnight-violet);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    padding:5px;
    border:1px var(--Sky-blue-light);
    width: 1400px;
    height:50px;
  }
  
  .bg {
    /* for plain background */
    border-radius: 25px;
    
    /* vv for image background. remove if want plain */
    background-image:url(images/stars.jpg);
    background-size:cover;
    margin: 2px;
    margin-right: 2%;
    margin-left: 13%;
    padding:12px; /* make number bigger/smaller for a bigger/smaller border */
    width:1035px;
    border:1px solid black;
    }
    .inner {
    border-radius: 15px;
    margin: 2px;
    padding:5px;
    background-color: #130027;
    border:1px;
    height:65px;
    }

@keyframes slide {
0% { background-position-x: 0%; }
100% { background-position-x: 200vw; }
}

@font-face {
  font-family: "Vertigo";
  src: url(FONTS/Vertigo.ttf);
}

@font-face {
  font-family: "Disco";
  src: url(FONTS/VisibleDisco.otf);
}

@font-face {
  font-family: "Ben";
  src: url(FONTS/Super_Air_Ben.ttf);
}

:root {
  --Royal-violet: #7400b8;
  --Indigo-bloom: #6930c3;
  --Midnight-violet: #130027;
  --Sky-blue-light: #356cfe1;
  --Aquamarine: #80FFDB;
}


html {
cursor: url(https://cdn.cursors-4u.net/cursors/animated/spinning-purple-star-with-falling-stars-2-8df33994-32.css),auto;
}

a, a:hover {cursor:url(https://cdn.cursors-4u.net/cursors/animated/spinning-purple-star-with-falling-stars-2-8df33994-32.css),pointer;
}

#star {
	position: fixed;
	top: 1000px;
	left: 1000px;
	display: none;
}