body{
display:flex;
  
background-image: url("https://owofox.neocities.org/pngs/better%20bliss%20lmaoioooo.jpg");
  background-repeat: no-repeat;
  background-size: cover;

image-rendering: crisp-edges;
}

a {
  text-decoration: none;
  color: #060061;
  font-weight: bold;
}


#apps {
Display: flex;
  flex-direction: column;
  align-items: center;
  gap: -70px;

  
font-family: "Tahoma";
    color: white;
    text-shadow: 2px 2px #040336;



}



.window 
{
font-family: "Silkscreen"; 
  
background-color: #FAEFE3; 

border-left: 3px solid ;
  border-right: 3px solid ;
  border-bottom:3px solid ;
 
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #5CBDF2  0%, #5C9AF2 50%, #635CF2);
  
}

#general{
Display: flex;
  align-items: center;
  
 font-family: "Silkscreen";
  color: white;

 margin-bottom: -19px;
border-radius: 10px 10px 0px 0px;
  
  background-image:linear-gradient(to left, #5CBDF2  0%, #5C9AF2 50%, #635CF2);
  
 height:30px;
}

#taskbar{
  display: flex; 
  
 position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
height: 50px ;
    
  
background-image:linear-gradient(to bottom, #5CBDF2  0%, #5C9AF2 10%, #635CF2);
}


#home {
  display:flex;
 align-items: center;

  
width: 180px;
height: 100%;
  
   border-radius: 0px 20px 20px 0px;  
  background-image:linear-gradient(to bottom, #9BF03A 0%, #72F04F 10%, #53E03A 50%, #39C445);
  
}
 #home a {
   font-size: 17px;
    font-family: "ecoder";
      color: white;
}


  @font-face { 
    font-family: ecoder;
    src: url(https://dl.dropbox.com/s/2wrgv8i3jsqkv6p/Ecoder-Italic.otf);
  }

#time{
  margin-left: auto;
  
  color:white;
  
   background-image:linear-gradient(to bottom, #5CF2E7 0%, #77DFED 10%, #77BAED 50%, #77A4ED);
  
  padding-top: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

#box1{
  
margin-top: 40px;
margin-left: 30px;
  
    height:auto;
   width:300px;
  
  
}




.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #F5EAB3;
  
  color: #221957;
  text-align: center;
  text-shadow: 1px 1px #E6B46E;

    border-top: 12px solid ;
    border-left: 3px solid ;
    border-right: 3px solid ;
    border-bottom:3px solid ;
  
      border-radius: 0px 10px 10px 10px;
      border-color: #43AEE8;
  
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

