*{
    margin: 0;
    padding: 0;
}

body{
    background-image: url('assets/lunOS (1).png');
    background-size: cover;
}

.taskbar{
    position: absolute;
    bottom: 0;
    left: 40%;
    display: flex;
    justify-content: center;

}

.taskbar img {
  max-width: 350px; 
  height: auto;
  image-rendering: pixelated; 
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.4));
}

.startmenu {
  padding: 12px 14px;   
  position: absolute;
  top: 25px;
  left: 25px;
}

.startmenu img {
    width: 340px;         
     max-width: 22vw;    
     height: auto;
}

.midnight {
  padding: 12px 14px;   
  position: absolute;
  top: 25px;
  left: 995px;
}

.midnight img {
    width: 570px;         
     max-width: 29vw;    
     height: auto;
}

.hidden {
  display: none !important;
}

#clock {
  position: absolute;
  bottom: 25px;          
  right: 25px;     
  padding: 12px 20px;
  

  background: rgba(255, 255, 255, 0.85);
  border: 2px solid #dfcbbd;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  
  font-family: monospace, sans-serif;
  font-size: 24px;     
  font-weight: bold;
  color: #5b4636;    
  text-align: center;
  
  backdrop-filter: blur(4px);
  user-select: none;
  z-index: 10;
}