body{
  background-image:URL('https://files.catbox.moe/2gw8qh.gif');
  background-color:black;
  padding:0%;
    background-repeat:repeat;
  /* CUSTOM CURSOR CODE */
  cursor:url("https://files.catbox.moe/hh20zj.gif"), default;
}

  
     #internal{
    height:100%;
    margin:1%;
    margin-left:15%;
    right:0px;    
    color:blue;
    background-color: #1d2951;
    border-style:outset;
    border-width:10px;
 border-color:#1d2951;
    -moz-box-shadow:    0px 0px 50px 10px #f984ef;
    -webkit-box-shadow: 0px 0px 50px 10px #f984ef;
    box-shadow:         0px 0px 50px 10px #f984ef;}
    
      #rightbox{
    background-image:URL('https://files.catbox.moe/guqrym.gif');
    background-repeat:repeat;
    margin:1%;
    margin-left:15%;
    font-size:20px;
    right:0px;    
    color:#3f00ff;
    border-style:inset;
    border-color:#1d2951;
    border-width:10px;
    padding:1%; 
  
}

.sticky {
  position: sticky;
  top: 0;
}

.draggable {
    position: absolute;
    cursor: grab;
    width: 100px;
    height: 100px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    line-height: 100px;
    border-radius: 8px;
    user-select: none;
}

.draggable.dragging {
    cursor: grabbing;
}

#musicbox {
  position: absolute;
  z-index: 10;
  cursor: move;
  background-color: #000000;
  border: 10px outset #d3d3d3;
  text-align: center;
  margin-bottom:50px;
}

#wrapper {color:#000000; margin:0px;}
ol { padding: 0px; margin: 0px; list-style: decimal-leading-zero inside; color: #003153; width: 100%; border-top: 0px blue; font-size: 0.9em; }
ol li { position: relative; margin: 0px; padding: 9px 2px 10px; border-bottom: 1px blue; cursor: pointer; }
ol li a { display: block; padding: 0px 0px 0px 20px; }
li.playing { color: blue; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3); }
li.playing a { color: blue; }
li.playing:after { content: 'â™¬'; width: 14px; height: 14px; line-height: 14px; margin: 0px; position: absolute;
        left: 0px; top: 9px; color: blue; font-size: 13px; text-shadow: 1px 1px 0px blue; }
        
        .wrapper {
  width: 1000px;
  margin: 0 auto;
  top: 0;
  margin-top: -10px; 
  margin-bottom: -10px;
}

.wrapper-2 {
  position: relative;
}
