body {
  overflow: hidden;
  height: 100%;
  margin: 0;
  background-color: #050609;
  background-image: url("images/bgs/bliss.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /*padding: 20px;*/
  /*overflow: hidden;*/
}

iframe {
  width: 100%;
  /*height: calc(100% - 80px); /* adjust depending on your menu/status bar height */
  height: 650px;
  /*border: none;*/
  overflow: auto; /* internal scroll */
  display: block;
}

.window-body {
  display: block; /*flex*/
  flex-direction: column;
  height: 500px;
}

#trash {
  position: absolute;
  top: 100px;
  left: 100px;
}

.tooltip {
  display: none;
  position: absolute;
  background: #ffffe1;
  border: 1px solid #000;
  padding: 2px 6px;
  font-size: 12px;
  z-index: 9999;
  pointer-events: none;
}

.show-tooltip {
  display: block;
}

.taskbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: #c0c0c0;
  border-top: 2px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
  box-sizing: border-box;
  z-index: 5;
} 

.start {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #c0c0c0;
  border: 2px outset #fff;
  padding: 2px 8px;
  /*font-family: "MS Sans Serif", sans-serif;*/
  font-size: 13px;
}

.start img {
  width: 16px;
  height: 16px;
  image-rendering: pixelated;
}

.tray {
  background: #c0c0c0;
  border: 2px inset #808080;
  padding: 2px 6px;
  text-align: center;
  font-family: "MS Sans Serif", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  min-width: 60px;
}
 
#clock {
  white-space: nowrap;
  overflow: hidden;
}
 
.desktop-icon {
  position: fixed;
  top: 100px;
  left: 100px;
  text-align: center;
  width: 64px;
}

.desktop-icon img {
  image-rendering: pixelated;
  width: 48px;
  height: 48px;
}

.desktop-icon span {
  display: block;
  font-size: 12px;
  color: white;
}

#start-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #c0c0c0;
  border: 2px outset #fff;
  padding: 2px 8px;
  /*font-family: "MS Sans Serif", sans-serif;*/
}

#start-btn img {
  width: 14px;
  height: 14px;
}

/*.window {*/
/*  position: absolute;*/
/*  z-index: 10;*/
/*}*/