/* styles.css */   
   .body {
        background-color: #23147f;
        background-image: url("https://www.transparenttextures.com/patterns/crisp-paper-ruffles.png");
}
    .roundedBox { /*for the main blue body box */
    border-radius:25px;
    background-color: #e5ecff;
    width: 800px;
    height: 1000px;
    margin-left: 11%;
    position: absolute;
} 
    .roundedBoxBorder { /*for big border*/
    border-radius:25px;
    background-color: transparent;
    width: 800px;
    height: 1000px;
    margin-left: 11%;
    position: absolute;
    -webkit-border-image:url("images/border.png") 55 50 fill round repeat;
    border-image:url("images/border.png") 55 50 fill round repeat;
    border-image-outset: 0;
    border-image-width:30px 30px;
    font-weight: bold;
    padding: 0px;
    z-index: 5;
    pointer-events: none;
}
    .topBar { 
    border-top-right-radius:25px;
    border-top-left-radius:25px;
    background-color: #23147f;
    width: 800px;
    height: 45px;
    margin: auto;
    position: absolute;
    z-index:1; /*sets layer behind text*/
} 
    .rightTrapezoid { /*where the title is written */
    width: 320px;
    height: 0px;
    margin-left:0px;
    position:absolute;
    border-top: 80px solid #23147f;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top-left-radius: 25px;
    z-index:1;
} 
    .navBar { /*the image with the pages and lace */
    position: absolute;
    right: 15px;
    padding-top:90px;
    z-index: 4;
} 
    .star { /*star placement omg*/
        position: absolute;
        left: 0px;
        padding-top:70px;
        z-index: 2;/*sets layer above cd <3 (took me an hr to realize i never set the class as "star" for that div btw..)*/
}
    @keyframes infinite-spinning { /*cd spinning law*/
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      } 
}
    .cd { /*cd  application*/
    position: absolute;
    left: 300px;
    top:100px;
    animation: infinite-spinning 3s infinite linear;
    display: inline-block;
}
    .ribbon {
        /*yippee continue from here tmw judy*/ /*girlie did not continue from here tmw..*/
        z-index:3;
        position:absolute;
        left: -8px;
        top:205px;
    }
    .italianno-regular { /*name neocities.org*/
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    color:white;
    font-size: 55px;
    position: absolute;
    left: 30px;
    top: -29px;
    z-index:5;
}
    .italianno-nav {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    color:white;
    font-size: 65px;
    position: absolute;
    right: 65px;
    top: 65px;
    z-index:5;
}
    .italianno-nav1 {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    color:white;
    font-size: 65px;
    position: absolute;
    right: 65px;
    top: 130px;
    z-index:5;
}
    .italianno-nav2 {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    color:white;
    font-size: 65px;
    position: absolute;
    right: 75px;
    top: 205px;
    z-index:5;
}
    .italianno-nav3 {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    color:white;
    font-size: 65px;
    position: absolute;
    right: 80px;
    top: 275px;
    z-index:5;
}
    .italianno-nav4 {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    color:white;
    font-size: 65px;
    position: absolute;
    right: 30px;
    top: 345px;
    z-index:5;
}
    .italianno-nav5 {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    color:white;
    font-size: 65px;
    position: absolute;
    right: 30px;
    top: 410px;
    z-index:5;
}
    .starText {
    font-family: "Roman", cursive;
    font-weight: 400;
    font-style: normal;
    color:white;
    font-size: 17px;
    position: absolute;
    left: 116px;
    top: 240px;
    z-index:5;
}
    .p3r { /*p3r image styling*/
        bottom: 0px;
        right:0px;
        position: absolute;
        height: 400px;
        border-bottom-right-radius: 25px;
        z-index: 5;
}
    .laceCircle { /*lace behind p3r img*/
        bottom: 0px;
        right:0px;
        position: absolute;
        height: 400px;
        border-bottom-right-radius: 25px;
        z-index:4;
    }
    .paperCorner { /*paper.. in corner <3*/
        bottom:0px;
        left:0px;
        position: absolute;
        height:300px;
        border-bottom-left-radius: 25px;
}
    .singleNote { /*the names explain themselves*/
        bottom:320px;
        left:60px;
        position: absolute;
        width:45px;
}
    .threeNotes {
        bottom:250px;
        left:350px;
        position: absolute;
        width: 100px;
}
    .rightColumn { 
    background-color: #e5ecff;
    width: 280px;
    height: 975px;
    position: absolute;
    right: 215px;
    left: 1010px;
    border-radius: 20px;
    -webkit-border-image:url("images/border.png") 55 50 fill round repeat;
    border-image:url("images/border.png") 55 50 fill round repeat;
    border-image-outset: 0;
    background: #e5ecff;
    border-image-width:30px 30px;
    font-weight: bold;
    padding: 13px;
}

    .chatbox {
    width: 90%;
    height: 400px;
    margin:auto;
    margin-top: 14px;
    border-radius:20px;
}
    .container {
    display: flex;
    gap: 10px;
    margin-top:3%;
}
/*FROM MONSIERDOLL.NEOCITIES.ORG --> */
        
        #musicplayer{ 
          font-family: 'basiic';
          font-weight:bold;
          height:30px;
          width:100%;
          left:0;
          top:0;
          position:fixed;
          margin-bottom:20px;  
          display:flex;
          background: linear-gradient(180deg,lightgray 0%, #e5ecff 45%, gray 47%, #e5ecff 100%);
         border:ridge 2px #e5ecff; /* border around player */
          outline: solid 2px black;  
         box-shadow: inset 10px 0px 6px -10px gray, inset -13px 0px 6px -10px gray, inset 0px 10px 6px -10px #ffffff, inset 0px -13px 6px -10px #e5ecff;
         z-index: 6;
            }
         
            .songtitle{ 
            display:block;
            padding:2px; /* padding around song title */
            font-family: 'pixel';
            margin-top:4px;
            margin-right: 5px; 
            font-size:15px;
            color:black;
            letter-spacing: 1px; 
        
            background: white;/* background of song title */
            border: gray inset 1px;
               border-radius:6px;
               box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
            }
         
            .controls{
              font-size:12px; /* size of controls */
              text-align:center;
              width:100px;
              height:20px;
              text-decortation:none;
              filter: drop-shadow(2px 0 0 #e5ecff) drop-shadow(0 2px 0 #e5ecff) drop-shadow(-2px 0 0 #e5ecff) drop-shadow(0 -2px 0 #e5ecff)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
            }
         
            .controls td{
               padding-top:5px; /* padding around controls */
            }
         
            .seeking{
              width:75%;
              background: transparent;/* background color of seeking bar */
              display:flex;
              justify-content: space-evenly;
              padding:7px; /* padding around seeking bar */
               
            }
         
            .current-time{  
              padding-right:5px;
              margin-right: 3px; 
             filter: drop-shadow(2px 0 0 #e5ecff) drop-shadow(0 2px 0 #e5ecff) drop-shadow(-2px 0 0 #e5ecff) drop-shadow(0 -2px 0 #e5ecff)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
               
            }
         
            .total-duration{
              padding-left:5px;
              filter: drop-shadow(2px 0 0 #e5ecff) drop-shadow(0 2px 0 #e5ecff) drop-shadow(-2px 0 0 #e5ecff) drop-shadow(0 -2px 0 #e5ecff)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
            }
         
           .ctrlimg {
   height:16px;
   width:16px;
   }
    .ctrlimg:hover{
        cursor:help;
    }
            
            input[type=range] {
                -webkit-appearance: none;
                width: 100%;
              background: transparent;
            }
            
            input[type=range]:focus {
                outline: none;
            }
            
            input[type=range]::-webkit-slider-runnable-track {
                width: 100%;
                height: 6px; /* thickness of seeking track */
                cursor: help;
                border-radius: 6px;
                background: black; /* color of seeking track */
                border: 1px white solid;
            }
        
            input[type=range]::-webkit-slider-thumb {
              
                height: 30px; /* height of seeking square */
                width: 20px; /* width of seeking square */
                background-image:  url('https://file.garden/Zztv0a9yEhr5pmEq/tumblr_40786d3985453eb5412348aad980ac51_3a9a1088_1280%20(1).gif'); /* image of  seeking square */
                background-size: 25px;
                -webkit-appearance: none;
                margin-top: -10px;
                
            }
            
        input[type=range].volume_slider::-webkit-slider-runnable-track { 
            background: black; /* color of volume seeking track */
             filter:drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);  /* outline of volume seeking track */ 
            }
            
         input[type=range].volume_slider::-webkit-slider-thumb {
            background-image: url(https://file.garden/Zztv0a9yEhr5pmEq/798d7d72_original.png);/* image of volume seeking square */
            background-size: 20px;
            height: 20px; /* height of volume seeking square */
            width: 20px; 
            margin-top: -8px;
           }
         
         
        .slider_container {  
          width: 15%;       /* width of volume seeker */
          display: flex;
          justify-content: center;
          align-items: center;
        }    
/*^ MONSIEURDOLL.NEOCITIES.ORG*/
@font-face {
font-family: 'basiic';
 src: url('https://file.garden/Zztv0a9yEhr5pmEq/basiic.ttf') format("truetype");
 }

.rotatingBar {
  padding:1%;
  background-color: transparent;
  margin-top:2%;
  height:8%;
  position:center;
}
