
body.desktop {
  background-color:#0044cc;
  background-image:linear-gradient(#0044cc,#001a66);
  color:#fff;
  font-family:'MS Sans Serif',sans-serif;
  margin:0; padding:0;
  height:100vh; overflow:hidden;
}
.desktop-icons {
  display:flex;
  flex-wrap:wrap;
  align-content:flex-start;
  padding:20px;
}
.icon {
  display:flex;
  flex-direction:column;
  align-items:center;
  width:64px; margin:10px;
  cursor:pointer;
  color:#fff; text-shadow:1px 1px 2px #000;
}
.icon img {
  width:48px; height:48px;
  image-rendering:pixelated;
}
.icon span {
  margin-top:4px;
  font-size:12px; text-align:center;
}
.taskbar {
  position:absolute;
  bottom:0; left:0; right:0;
  height:28px;
  background:#c0c0c0;
  border-top:2px solid #808080;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 6px;
  font-family:'MS Sans Serif';
  color:#000;
}
.start {
  background:#c0c0c0;
  border:2px solid #808080;
  padding:2px 10px;
  cursor:pointer;
}
.start:active {
  border:2px inset #808080;
  background:#a0a0a0;
}
.clock { font-weight:bold; }
