    @font-face {
    font-family: 'basiic';
    src: url(/fonts/basiic.ttf);
}

@font-face {
    font-family: 'DePixelHalbfett';
    src: url(/fonts/DePixelHalbfett.ttf);  
  }

p {
  font-family: 'basiic';
  cursor: url(/cursor/diamondsword.webp), auto;
  }
  
.bold {
  font-family:'DePixelHalbfett';
  
  }
      
    
    
body {
  font-family: 'basiic';
  cursor: url(/cursor/diamondsword.webp), auto;
  display: block;
  width: 100%;
  height: 100vh;
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
  font-size: 9pt;
  color: white;
  background-image: url(/img/nyancat.jpg);
 background-image: url(https://file.garden/Z8FBw7OPQBp0VF4E/fuwabny/bearpapercute.bmp);
  background-image: url(https://fuwabny.neocities.org/img/sailormooncity.jpg);
 background-size:100% auto;
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
          animation: magical 0.1s linear infinite;
      }
      
@keyframes magical{
    0% { 
        cursor: url(/cursor/diamondsword.webp), auto;
    }
    50% { 
        cursor: url(/cursor/diamondsword.webp), auto;
    }
    100% { 
        cursor: url(/cursor/diamondsword.webp), auto;
    }

}



#desktop {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 40px;
  left: 5px;
  z-index: 1;
}
#desktop > .icon {
  position: absolute;
  display: 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;
}
#task-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 45px;
  border-top: solid 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 -1px 0 0 #00506b;
  box-shadow: 0 -1px 0 0 #00506b;
  z-index: 1;
}
#task-bar > #blur-overlay {
  position: absolute;
  top: 0;
  right: -150px;
  bottom: -150px;
  left: -150px;
  background-image: url(/img/nyancat.jpg);
   background-image: url(https://file.garden/Z8FBw7OPQBp0VF4E/fuwabny/bearpapercute.bmp);
     background-image: url(https://fuwabny.neocities.org/img/sailormooncity.jpg);
 background-size:100% auto;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  z-index: 2;
}
#task-bar > #blur-overlay:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 206, 209, 0.5) 0%, rgba(0, 206, 209, 0.5) 10%, rgba(0, 206, 209, 0.25) 15%, rgba(0, 206, 209, 0.25) 75%, rgba(0, 206, 209, 0.6) 85%, rgba(0, 206, 209, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 206, 209, 0.5) 0%, rgba(0, 206, 209, 0.5) 10%, rgba(0, 206, 209, 0.25) 15%, rgba(0, 206, 209, 0.25) 75%, rgba(0, 206, 209, 0.6) 85%, rgba(0, 206, 209, 0.6) 100%);
  background: linear-gradient(to right, rgba(0, 206, 209, 0.5) 0%, rgba(0, 206, 209, 0.5) 10%, rgba(0, 206, 209, 0.25) 15%, rgba(0, 206, 209, 0.25) 75%, rgba(0, 206, 209, 0.6) 85%, rgba(0, 206, 209, 0.6) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000', GradientType=1);
  content: '';
  z-index: 3;
}
#menu-button {
  position: absolute;
  top: 2px;
  bottom: 3px;
  left: 7px;
  display: block;
  width: 37px;
  height: 37px;
  z-index: 3;
  background-image: url(/img/file10.png);
  background-size: 100%;
}


#pined-items {
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  display: block;
}

#pined-items > .pined-icon {
  position: relative;
  display: block;
  width: 60px;
  height: 40px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px transparent;
  border-radius: 2px;
  z-index: 3;
}


#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);
}

/* Program Placements */
#computer {
  top: 83px;
  left: 0;
  cursor: url(/cursor/diamondpickaxe.webp), pointer;
}

#trash {
  bottom: 9px;
  right: 2px;
  cursor: url(/cursor/diamondpickaxe.webp), pointer;
}

#test-file {
  top: 0px;
  left: 0;
  cursor: url(/cursor/diamondpickaxe.webp), pointer;
}

#txt {
  top:155px;
  left:0px;
  cursor: url(/cursor/diamondpickaxe.webp), pointer;
  }
  
#to-do-list {
  top:228px;
  left:0px;
  cursor: url(/cursor/diamondpickaxe.webp), pointer;
  } 
    
#chat {
  top:317px;
  left:0px;
  cursor: url(/cursor/diamondpickaxe.webp), pointer;
  } 
  
  
  #miniblog  {
  top:396px;
  left:0px;
  cursor: url(/cursor/diamondpickaxe.webp), pointer;
  } 
  

/* Icons */
.computer { background-image: url(/img/file11.png); }
.trash { background-image: url(https://frutigeraeroarchive.org/images/icons/utilities/explorer.ico); }
.trash-empty { background-image: url(/img/trashbin1.ico); }
.test-file { background-image: url(/img/file15.png); }
.txt { background-image: url(/img/file13.png); }
.to-do-list { background-image: url(/img/file12.png); }
.chat { background-image: url(/img/file16.png); }
.miniblog { background-image: url(/img/file17.png); } 

/* Pined Icons */
#pined-items > .iexplore { background-image: url(); }




.menubuttonee {
    width: 100%;
    height: 30px;
    background: hotpink;
    color: white;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    text-indent: -10px;
    overflow: hidden;
    font-family: Willow;
    cursor: url(/cursor/diamondpickaxe.webp), pointer;
}
    
.menubuttonblue {
    width: 100%;
    height: 30px;
    background: dodgerblue;
    color: white;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    text-indent: -10px;
    overflow: hidden;
    font-family: Willow;
    cursor: url(/cursor/diamondpickaxe.webp), pointer;
}

.menubuttonpink {
    width: 100%;
    height: 30px;
    background: orchid;
    color: white;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    text-indent: -10px;
    overflow: hidden;
    font-family: Willow;
    cursor: url(/cursor/diamondpickaxe.webp), pointer;
}