@font-face {
  font-family: "lacy";
  src: url(https://bunnybee25.neocities.org/FONTS/LucySaidOkPersonalUseItalic-OV9ee.ttf);
}

body {
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden;
   display: inline;
  background-image: url("https://bunnybee25.neocities.org/images/AngelBG.png");
        background-size: 50%;
        background-attachment: fixed;
        background-repeat: repeat;
        background-position: center;
}

#headerBG {
  margin-top: 45px;
  margin-bottom: 0px;
  height: 170px;
  background-image: url(https://bunnybee25.neocities.org/pages/ShrinesTab/Angel/Images4AD/satinpink.png);
  background-size: 20%;
}

@keyframes glow {
0% {
text-shadow: 0 0 15px white;
}

50% {
text-shadow: none;
}

100% {
text-shadow: 0 0 15px white;
}
}

@-webkit-keyframes glow {
0% {
text-shadow: 0 0 15px white;
}

50% {
text-shadow: 0 0 0;
}

100% {
text-shadow: 0 0 15px white;
}
}

#text {
    margin: -50px;
  font-family: "lacy";
  color: #ffeae7;
  font-size: 150px;
  text-align: center;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #fe055d;
font-weight:bold;
animation: glow 2.0s linear infinite;
animation: glow 2.0s linear infinite;
animation: glow 2.0s linear infinite;
animation: glow 2.0s linear infinite;
animation: glow 2.0s linear infinite;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: violet #FAD6EE;
  }

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

  *::-webkit-scrollbar-track {
    background: pink;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #84cae7;
    border-radius: 10px;
    border: 3px dashed #ffffff;
  }
  
hr {
    position: center;
    border: none;
    height: 50px;
    background: url(https://bunnybee25.neocities.org/images/angelwings.gif);
      border-collapse: separate;
    background-size: auto 30px;
    background-repeat: repeat-x;
    
}

#borderimg {
  position: relative;
  margin: 5% auto;
  border: 10px solid transparent; /* Required for border-image */
  height: 900px;
  width: 800px;
  border-image: url(https://bunnybee25.neocities.org/images/heartest.jpg) 90 round;
  background-color: #FAD6EE;
}



/* Music*/

@font-face {
      font-family: "milk";
      src: url(https://bunnybee25.neocities.org/FONTS/milky-week.regular.ttf);
    }
    
    
     body {
       background-color: grey;
     }

.title-bar {
        background:linear-gradient(45deg, #F4A7B0, #FE055D, #ffeae7);
    }
 
    .player {
      position: fixed;
      top: 310px;
      display: flex;
        justify-content: center;
        align-items: center;
        width:fit-content;
        border: #F5D4A6 solid 1px;
        border-width: 1px 0px 0px 1px;
        margin-left: 5px;
        margin-right:auto;
    }

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  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://bunnybee25.neocities.org/pages/ShrinesTab/Angel/ELEMENTS/indicator-horizontal.svg");
  transform: translateY(-8px);
  box-shadow: none;
  border: none;
}
 
input[type="range"].has-box-indicator::-webkit-slider-thumb {
  background: svg-load("https://bunnybee25.neocities.org/pages/ShrinesTab/Angel/ELEMENTS/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://bunnybee25.neocities.org/pages/ShrinesTab/Angel/ELEMENTS/indicator-horizontal.svg");
  transform: translateY(2px);
}
 
input[type="range"]::-moz-range-thumb {
  background: url("https://bunnybee25.neocities.org/pages/ShrinesTab/Angel/ELEMENTS/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://bunnybee25.neocities.org/pages/ShrinesTab/Angel/ELEMENTS/indicator-rectangle-horizontal.svg");
  transform: translateY(0px);
}
 
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: pink;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}
 
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: #52252E;
  border-right: 1px solid #F4A7B0;
  border-bottom: 1px solid #F4A7B0;
  box-shadow: 1px 0 0 #FFEAE7, 1px 1px 0 #FFEAE7, 0 1px 0 #FFEAE7, -1px 0 0 #FE055D,
    -1px -1px 0 #FE055D, 0 -1px 0 #FE055D, -1px 1px 0 #FFEAE7, 1px -1px #FE055D;
}
 
button,input,label,option,select,table,textarea,ul.tree-view{-webkit-font-smoothing:none;font-family:"milk";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 #222;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 #222}.vertical-bar,button,input[type=reset],input[type=submit]{background:#FFEAE7;box-shadow:inset -1px -1px #FE055D,inset 1px 1px #F5D4A6,inset -2px -2px #F4A7B0,inset 2px 2px WHITE}.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 white,inset 1px 1px #52252e,inset -2px -2px #F5D4A6,inset 2px 2px #Fe055d;text-shadow:1px 1px #222}@media (not(hover)){button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}}button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted #52252e;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:grey}:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 #fff}}
 
.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 #222}
 
.title-bar-controls button {background:#FFEAE7;box-shadow:inset -1px -1px #FE055D,inset 1px 1px #F5D4A6,inset -2px -2px #F4A7B0,inset 2px 2px white}
 
.title-bar-controls button:not(:disabled):active {box-shadow:inset -1px -1px white,inset 1px 1px #52252e,inset -2px -2px #F5D4A6,inset 2px 2px #FE055D;text-shadow:1px 1px #222}
 
@media (not(hover)){
	button:not(:disabled):hover {
    box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}
}
 
.title-bar-controls button:focus {outline:1px dotted #52252e; outline-offset:-4px}
.title-bar-controls button::-moz-focus-inner {border:0}
 
 
@font-face {
  font-family: "milk";
  src: url(https://bunnybee25.neocities.org/FONTS/milky-week.regular.ttf);
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "milk";
  src: url(https://bunnybee25.neocities.org/FONTS/milky-week.regular.ttf);
  font-weight: bold;
  font-style: normal;
}
 
 
.window, .title-bar {
  font-family: "milk";
  -webkit-font-smoothing: none;
  font-size: 11px;
}
 
.window {
  box-shadow: inset -1px -1px #52252D,
    inset 1px 1px #F4A7B0, inset -2px -2px #FE055D,
    inset 2px 2px WHITE;
  background: #FFEAE7;
  padding: 3px;
  width:260px;
}
 
.title-bar {
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.title-bar-text {
  font-weight: bold;
  color: #ffeae7;
  letter-spacing: 0;
  margin-right: 24px;
}
 
.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/pages/ShrinesTab/Angel/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/pages/ShrinesTab/Angel/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/pages/ShrinesTab/Angel/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: white;
        box-shadow:inset -1px -1px white,inset 1px 1px #fe055d,inset -2px -2px #F5D4A6,inset 2px 2px #52252e;
    }
 
    #musicplayer {
        border:2px solid #ffeae7; /* border around player */
        border-width: 2px 0px 0px 0px;
        width:160px; /* width of the player */
    }
 
    #imagestyle {
        background:#f4a7b0; /* background color of player */
        border:2px solid #ffeae7; /* border around player */
        width:95px; /* width of the player */
        height:95px;
        box-shadow:inset -1px -1px white,inset 1px 1px #fe055d,inset -2px -2px #F5D4A6,inset 2px 2px #52252e;
    }
 
    .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/pages/ShrinesTab/Angel/Images4AD/f5e8np.png);
        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: "milk";
        color: #52252e;
    }
 
    .controls {
        font-size:18px !important; /* size of controls */
        text-align:center;
        width:100%;
        position:relative;
        bottom:10px;
    }
 
    .controls td {
        padding:8px 5px 0px 5px; /* padding around controls */
    }
 
    button {
        min-width:40px;
    }
 
    .seeking {
        background-color:#ffeae7; /* background color of seeking bar */
        color: #52252e;
        display:flex;
        justify-content: space-evenly;
        padding:14px; /* padding around seeking bar */
    }
 
    .current-time {
        padding-right:5px;
    }
 
    .total-duration {
        padding-left:5px;
    }
 
    .controlimg {
    height:15px;
    width:15px;
    }

/* Music*/


  .header {
    background: #ffeae7;
    color: #f4a7b0;
    padding:5px;
    border:5px #fe055d groove;
    width: 1375px;
    height:50px;
  }

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

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s 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);
}















