body {
    background-color: black;
    background-image: url(https://file.garden/ZnSVxjDVpDMuyxwu/websources/tumblr_inline_mnciuyFKHk1qz4rgp.jpg);
    cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto !important ; 
}

.evilconater {
    border: solid white 8px;
    padding: 10px;
    justify-content: center;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin: auto;
    width: max-content;
    border-image: url("https://file.garden/ZnSVxjDVpDMuyxwu/websources/_l_extra02_31_s512_extra02_31_3.png") 12 fill round
}

.conater {
    background-color: black;
    border: double white 6px;
    padding: 10px;
    width: max-content;
    background-image: url(https://file.garden/ZnSVxjDVpDMuyxwu/websources/tumblr_p82qqszrE61wr2a6bo1_400.webp);
    justify-content: center;
    align-content: center;
    margin: 20px;
}

.recblog > a {
    filter: grayscale(90%)
}


ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
}

.welcum {
    border: solid;
    padding: 10px;
    background-color: white;
    background: linear-gradient(grey,lightgrey, white) ;
    margin: 10px;
    width: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    outline: solid white;
    height: 382px
}

.updlog {
    padding: 10px;
    width: 700px;
    border: solid;
    background-color: lightgrey;
    background: linear-gradient(grey,lightgrey, white);
    overflow-y: auto;
    margin: 10px;
    height: 115px;
    outline: solid white;
}

.button {
    border: solid;
    background-color: lightgrey;
    background: linear-gradient(grey,lightgrey, white);
    padding: 10px;
    margin: 10px;
    width: 180px;
    height: 114px;
    outline: solid white;
}

.NAV {
    border: solid;
    background-color: lightgrey;
    margin: 10px;
    padding: 10px;
    width: 180px;
    outline: solid white;
    background: linear-gradient(grey,lightgrey, white);
}

.column {
    display: flex;
    flex-direction: column;
    float: right;
}

.row {
    display: flex;
}

.art {
    margin: 10px;
    border: solid;
    padding: 15px;
    background-color: lightgrey;         
    outline: solid white; 
    background: linear-gradient(black, grey, lightgrey,#e6e6e6);
}

.recblog {
    border: solid;
    padding: 10px;
    background-color: lightgrey;
    width: 200px;
    margin: 10px;
    height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    outline: solid white;
    background: linear-gradient(grey,lightgrey, white);
}

.picture {
    border: solid white 4px;
    outline: solid 4px;
}

.FINAL {
    border: solid;
    padding: 10px;
    background-color: dimgrey;
    margin: auto;
    outline: solid white;
    background: linear-gradient(black, grey);
    width: 935px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#statuscafe {
    padding: .5em;
    background-color: lightgrey;
    border: 3px solid black;
    width: 205px;
    height: 110px;
    margin: 10px;
    overflow-y: auto;
    outline: solid white;
    background: linear-gradient(grey,lightgrey, white);
}
#statuscafe-username {
    margin-bottom: .5em;
    font-family: "Play", sans-serif;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
    font-family: "Play", sans-serif;
}

.banner {
    margin: auto;
    width: 950px;
    height: 190px;
    outline: solid white;
    margin-bottom: 20px;
    margin-top: 10px;
    background-image: url("https://file.garden/ZnSVxjDVpDMuyxwu/websources/95d50e6886e050f97642ec781f69c4be.jpg");
    background-size: 930px;
    background-position-y: -97px;
}

.seesee {
    border: solid;
    background-color: white;
    padding: 5px;
    margin: 5px;
    font-size: 25px;
    text-align: center;
    background: linear-gradient(white, grey);
    outline: solid white;
}

a {
    color: black;
    font-weight: bold;
    font-family: "Play", sans-serif;
    cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto !important;
}

a:hover {
    color: red;
}

#nav {
    width: 190px;
    margin: auto;
}

#cs {
    margin: auto;
    width: 210px;
}

#up {
    margin: auto;
    width: 710px;
    margin-top: 5px;
    margin-bottom: 5px;
}

::selection {
background: white;
color: darkred;
}

h3 {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

p {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
}

b {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.huhu {
    margin-top: 60px;
}

#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,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%);
    }
 
    .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-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: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;
}    