body{
    overflow-y: scroll;
    overflow-x: auto;
    min-height: 1080px;
    min-width: 1000px;
    justify-content: center;
    align-items: center;
    background-image: url(images/bg.jpg);
    background-attachment: fixed;
    margin:0;
    padding:0;
    box-sizing: border-box;
    cursor: url(images/cursor-gear.png), auto;
}


.container{
    width: 870px;
    height: 900px;
    background-color: whitesmoke;
    background-attachment: fixed;
    position: relative;
    top: 67px;
    left: 52%;
    translate: -50%;
    border-style: double;
    overflow: hidden;
}

.textnstuff{
    position: absolute;
    background-color: red;
    top: 102px;
    left: 4px;
    padding: 20px;
    height: 377px;
    width: 591px;
}


.icon{
    position: relative;
    top: 0;
    background-color: red;
    height: 70px;
    width: 100%;
}

.banner{
    position: absolute;
    top: 72px;
    right: 3px;
    background-image: url(images/placeholder.jpg);
    height: 462px;
    width: 224px;
}
.buttons{
    position: absolute;
    top: 72px;
    left: 0;
    height: 15px;
    width: 640px;
    justify-content: space-between;
    text-decoration: none;
    font-size: 0;
}

.buttons button{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 26px;
    width: 106px;
    background-image: linear-gradient(180deg, #606060, #1b1b1b);
    box-shadow: 0 5px 5px #999999 inset;
    border-style: none;
    border: 1px ridge black;
    font-family: agane, sans-serif;
    color: lightgray;
}


.buttons button{
     transition: 0.5s;
}
   
.buttons button:hover{
  letter-spacing: 7px;
    cursor: url(images/cursor-gear-help_optimized.png), auto;
}

.nodabanner{
    position: relative;
    background-image: url(images/placeholder.jpg);
    height: 76px;
    top: 454px;
}
.webrings{
    position: absolute;
    top: 621px;
    height: 276px;
    width: 282px;
    border: double;
}
.webringcontain{
    position: absolute;
    top: 44px;
    overflow-y: scroll;
    overflow-x: clip;
    height: 231px;
    width: 100%;
    text-align-last: center;
}
.webrings h1 {
    text-decoration: none;
    text-align-last: center;
    position: absolute;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 39px;
    width: 100%;
    background: linear-gradient(180deg, black 0%, lightgray 45%, black 47%, black 60%, gray 100%);
    border: ridge 2px gray; /* border around player */
    outline: solid 2px black;
    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%);
    font-family: agane, sans-serif;
    color: lightgray;
    font-size: 17px;
    align-content: center;
}
.updates {
    position: absolute;
    top: 621px;
    left: 286px;
    height: 276px;
    width: 298px;
    border: double;
}
.updates h1 {
    text-decoration: none;
    text-align-last: center;
    position: absolute;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 39px;
    width: 100%;
    background: linear-gradient(180deg, #cc2d3e 0%, #ff5959 45%, #630115 47%, #cc2d3e 100%);
    border: ridge 2px #cc2d3e;
    outline: solid 2px black;
    box-shadow:
        inset 10px 0px 6px -10px #630115,
        inset -13px 0px 6px -10px #630115,
        inset 0px 10px 6px -10px #ff5959,
        inset 0px -13px 6px -10px #630115;
    font-family: agane, sans-serif;
    color: lightgray;
    font-size: 17px;
    align-content: center;
}
.blog {
    position: absolute;
    top: 621px;
    left: 588px;
    height: 276px;
    width: 282px;
    border: double;
}
.blog h1 {
    text-decoration: none;
    text-align-last: center;
    position: absolute;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 39px;
    align-content: center;
    width: 100%;
    background: linear-gradient(180deg, black 0%, lightgray 45%, black 47%, black 60%, gray 100%);
    border: ridge 2px gray;
    outline: solid 2px black;
    box-shadow:
        inset 13px 0 6px -10px rgb(66 66 66 / 20%),
        inset -13px 0 6px -10px rgb(66 66 66 / 56%),
        inset 0px 13px 6px -10px #ffffff,
        inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
    font-family: agane, sans-serif;
    font-size: 17px;
    color: lightgray;
}
@font-face{
    font-family: "agane";
    src: url(fonts/agane.ttf)
}











      /* red theme */
        
        #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,#cc2d3e 0%, #ff5959 45%, #630115 47%, #cc2d3e 100%);
         border:ridge 2px #cc2d3e;/* border around player */
          outline: solid 2px black;  
          box-shadow: inset 10px 0px 6px -10px #630115, inset -13px 0px 6px -10px #630115, inset 0px 10px 6px -10px #ff5959, inset 0px -13px 6px -10px #630115;
        z-index: 20;
}
         
            .songtitle{ 
            display:block;
            padding:2px; /* padding around song title */
            width: 300px;
            font-family: 'pixel';
            margin-top:4px;
            margin-right: 5px; 
            font-size:15px;
            color:white;
            letter-spacing: 1px; 
        
            background: #393939;/* background of song title */
            border: black inset 1px;
               border-radius:6px;
               box-shadow: inset 13px 0 6px -10px rgb(66 66 66 / 20%), inset -13px 0 6px -10px rgb(66 66 66 / 56%), inset 0 13px 6px -10px #000000, inset 0 -13px 6px -10px rgb(66 66 66 / 38%);
            }
         
            .controls{
              font-size:12px; /* size of controls */
              text-align:center;
              width:100px;
              height:20px;
              text-decoration: 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: url(images/cursor-gear-help_optimized.png), auto;
    }
            
            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;
        }    
.seek_slider:hover{
    cursor: url(images/cursor-gear-help_optimized.png), help;
}
.volume_slider:hover{
    cursor: url(images/cursor-gear-help_optimized.png), help;
}
        