body {
  margin: 0;
  font-family: Tahoma, sans-serif;
  background: url("https://static.wikitide.net/windowswallpaperwiki/thumb/c/cf/Bliss.jpg/150px-Bliss.jpg") center/cover no-repeat fixed;
  height: 100vh;
}

.GeneratedMarquee h1 {
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 2px black;
}

#desktop {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
}

.xp-window {
  position: absolute;
  width: 300px;
  background: #ECE9D8;
  border: 2px solid #003C74;
  box-shadow: 3px 3px 0 #000;
}

.title-bar {
  background: linear-gradient(#3A6EA5, #2B5F9E);
  color: white;
  padding: 4px;
  font-weight: bold;
}

.window-content {
  padding: 8px;
  font-size: 13px;
}

.gallery img {
  width: 80px;
  margin: 4px;
  border: 1px solid #555;
}

.socials a,
.quick-links a {
  display: block;
  color: blue;
  margin-bottom: 4px;
}

#taskbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(#3A6EA5, #2B5F9E);
}

#startBtn {
  height: 100%;
  width: 80px;
  font-weight: bold;
}

#startMenu {
  position: fixed;
  bottom: 40px;
  left: 0;
  background: #ECE9D8;
  border: 2px solid #003C74;
  padding: 6px;
  display: none;
}

.wallpapers img {
  width: 60px;
  margin: 4px;
  cursor: pointer;
}

.clock {
  font-size: 16px;
  text-align: center;
}

.wmp {
  width: 320px;
}
