body{
background: #f9f9f9 url(https://64.media.tumblr.com/15c18eb6be02e6b62601f109f677b598/47d032ea233c8d6b-19/s100x200/fd65edf5a03d67e051bbad76621fc4c24ae8dfd8.gif);
letter-spacing:1px;
font-family: "ms pgothic";
font-size:14px;
line-height:14px;
text-shadow: 0 0 0px, 0 0 3px #E15D99;
color:#E15D99;
letter-spacing:1px;}

a:link, a:visited, a:active { 
color:#3a3aea;text-decoration:none;}
a:hover {color:#7a7afb;}

b {color:#ee7cb1;}
  
img {border:0;}

footer {
  height: 100px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}


::-webkit-scrollbar-thumb {
background-color: #EFD990;  
border-radius: 0px;
border:1px solid #E469A8;border-right:0;}
  
::-webkit-scrollbar {
width: 5px; height: 0px; 
background: transparent;}
  
#layout {
margin: 20px auto;
width: 720px;}

#header {
width: 720px;
height: 260px;
background: url("https://64.media.tumblr.com/10ebe83c78f77ea55087511c102249e1/3555f7ce817f27a9-52/s250x400/75982f9bea29461b42d386d5112b38d93c0d4256.gif") center no-repeat;}
  

.sitename a {
            color:#E02650;
            letter-spacing:5px;
            height:26px;
            line-height:26px;
            font-family:"AngelicWar";
            font-size:26px;
            border-bottom:2px dotted #eee;
            padding-bottom:4px;}
.sitename a:hover {color:#f78576;}


#navi {
width: 720px;
height: 20px;
line-height:20px;
text-align:center;
margin-bottom:12px;
}
  
#navi a { 
display:inline-block;
background: #EE5397; 
font:normal 15px 'instrument serif',arial;
line-height:9px;
text-transform:uppercase;
padding-top:2px; 
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
margin-bottom:4px;
letter-spacing:1px;
color:#fff;
border-radius:10px;
border:2px solid #D82670;}
      
#navi a:hover {
color:#2f2e27;}

#content1 {
width: 360px;
float: left;
margin: 0 auto;}
  
#left1 {
width:180px;
float: left;
margin: 0 auto;
}

#right1 {
width: 180px;
float: left;
margin: 0 auto;}

.glow{
text-shadow: rgba(255,59,164,1) 0px 0px 28px;} 

.box {
background:#fff;
padding: 4px;
border:1px solid #D82670;
box-shadow: 5px 6px #2f2e27;
margin-bottom:14px;
margin-left:14px;
}

.scrollbox {
height:100px;
overflow:auto;
overflow-x:hidden;
background:#fff;
padding: 4px;
border:1px solid #D82670;
box-shadow: 5px 6px #2f2e27;
margin-bottom:14px;
margin-left:14px;

}
.make-it-fit {
max-width: 30%;
max-height: 50vh;
height: auto;
}
  

.title {
font:14px 'Instrument Serif', arial;
color:#fff;
border-left:4px solid #EE5397;
background:#2f2e27;
margin-bottom:4px;
padding-left:4px;}
  
  
.extralinks a {
display:inline-block;
color:#fff;
font:normal 14px'Instrument Serif',arial;
width:150px;
background:#EE5397;
border-left:5px solid #2f2e27;
border-bottom-right-radius:0px;
padding-left:5px;
letter-spacing:3px;
margin-bottom:1px;
}
  
.extralinks a:hover {color:#2f2e27;}

        /* pink theme */
        
        #musicplayer{ 
          font-family: 'Instrument Serif';
          font-weight:bold;
          height:30px;
          width:100%;
          left:0;
          top:0;
          position:fixed;
          margin-bottom:20px;  
          display:flex;
          background: linear-gradient(180deg,#ffa0c7 0%, white 45%, #E263a2 47%, #ffa0c7 100%);
         border:ridge 2px #fd69a5;/* border around player */
          outline: solid 2px black;  
         box-shadow: inset 13px 0px 6px -10px #f170a5, inset -13px 0px 6px -10px #f170a5, inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px #f170a5;";
            }
         
            .songtitle{ 
            display:block;
            padding:2px; /* padding around song title */
            font-family: 'Instrument Serif';
            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 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  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 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  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 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  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: white; /* 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;
        }    
        
  textarea {font:10px calibri,arial;letter-spacing:1px;color:#444;}
