* {margin: 0;
padding: 0;}


body {
    font-size: 11px;
    background: black;
}
.container {
    background: url("https://cdn.wallpapersafari.com/36/37/ezQNFZ.jpg");
    background-size: cover;
    width: 70%;
    margin: auto;
    margin-top: 0;
    height: 100vh;
    box-shadow: inset 0px 0px 20px black;
}

/* CREDITS TO https://codepen.io/legarth/pen/jrKLqd */
#task-bar {
    position: absolute;
    bottom: 0;
    display: block;
    height: 40px;
    border-top: solid 1px rgba(255, 255, 255, 0.342);
    -webkit-box-shadow: 0 -1px 0 0 #292929;
    box-shadow: 0 -1px 0 0 #3d3d3d;
    z-index: 1;
    background: rgba(0, 0, 0, 0.541);
    backdrop-filter: blur(5px);
    color: white;
    width: 70%;
  }
  #menu-button {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 10px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 3;
    background-image: url(https://imyourman.dk/codepen/windows/start-button.png);
    background-size: 100%;
  }
  
  #datetime {
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 3;
    text-align: center;
  }
  
  #datetime > span {
    display: block;
    margin: 0;
  }
  
  #show-desktop {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 15px;
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 30%, rgba(0,0,0,0.2) 31%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 30%,rgba(0,0,0,0.2) 31%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(135deg,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 30%,rgba(0,0,0,0.2) 31%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33000000',GradientType=1 );
    border: solid 1px rgba(255,255,255,.2);
    z-index: 3;
    -webkit-box-shadow: -1px 0 0 0 #000;
    box-shadow: -1px 0 0 0 #000;
  }
  
  #show-desktop:hover {
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 30%, rgba(255,255,255,0.2) 31%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,255.2) 31%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(135deg,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,0.2) 31%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33000000',GradientType=1 );
    border: solid 1px rgba(255,255,255,.2);
  }

  #desktop {
    position: absolute;
    top: 5px;
    color: white;
  }
  #desktop > .icon {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: top center;
    border: solid 1px transparent;
    border-radius: 2px;
    z-index: 2;
  }
  #desktop > .icon:hover, #desktop > .icon.dragging, #desktop > .icon.drop-hover, #desktop > .icon.clicked {
    background-color: rgba(255,255,255,.3);
    border-color:rgba(255,255,255,.3);
  }
  #desktop > .icon:after {
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    content: attr(data-label);
    text-shadow: 0 2px 2px #000;
  }
  #desktop > .icon.ui-draggable-dragging:hover {
    background-color: transparent;
    border: none;
  }

  .window {
    position: absolute;
    z-index: 2;
  }

  .photo-menu{
    background: rgba(255, 255, 255, 0.39);
    border-radius: 30px;
    height: 35px;
    width: 80%;
    margin: auto;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.74), inset 0px 0px 1px  rgba(255,255,255, 0.5);
  }
  .photo-menu img {
    height: 100%;
  }


.cdbox {
    height: 380px;
    overflow-y: scroll;
    box-shadow: 0px 0px 3px white;
    width: 250px;
}
.cdbox img{
    width: 75px;
    border: 1px solid;
    
}



#cd {
    display: inline-table;
}


.cdtext {
    position: sticky;
    background: rgba(255, 255, 255, 0.497);
    margin-top:-79px;
    margin-left: 1px;
    width: 75px;
    height: 75px;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
    opacity: 0;
    font-size: 10px;
    text-align:center;
}

.cdbox .cdtext:hover {
    opacity: 1;
}


#cover-art {
    height: 55px;
    margin-right: 10px;
    border-radius: 5px;
    border: 5px solid transparent;
    box-shadow: 0px 0px 1px black, 0px 0px 1px black;
    filter:drop-shadow(0px 5px 5px rgba(255, 255, 255, 0.74));
}


#timestamp {
    color: gray;
    font-style: italic;
}

#lastfm-widget{
    background: linear-gradient(rgba(73, 73, 73, 0.89) 4%,rgb(66, 66, 66) 4%,rgb(37, 37, 37) 50%,rgb(0, 0, 0) 50%,rgb(51, 51, 51) 99%,gray 99%);
    color: lightgray;
    padding: 10px;
    box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.253);
    text-shadow: 0px 1px 1px black;
}
#credits {
    font-size: 8px;
}