:root {
  --main: #886dbb;
}

#bg {
  height: 1200px; /* Adjust this as per your requirement */
  background-position: center center; /* Centers the image horizontally and vertically */
  background-size: cover; /* Makes sure the image covers the entire container while maintaining aspect ratio */
  background-repeat: no-repeat; /* Ensures the image doesn't repeat */
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Adjusts the image to be centered */
  max-width: 100%; /* Make the image responsive */
  height: auto; /* Maintain aspect ratio */
  z-index: -1;

}

html{
  background-color: #2b0a69;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;

  overflow: hidden;
  font-family: Tahoma, "Microsoft Sans Serif", sans-serif;
  font-size: 32px; /* Or experiment with 8px–12px for the pixel effect */

}

p {
  font-size: 30px;
}

.icon{
  width: 16px;
  height: 16px;
  padding: 3px 3px;
}

.icon-bg{
  width: 16px;
  height: 16px;
  padding: 1px 1px;
}

.taskbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: #2b0a69;
  display: flex;
  justify-content: left;
  gap: 8px;
  align-items: center;
  z-index: 2;
  padding: 0 3px;
  box-sizing: border-box;
  border-top: 1px solid var(--main);
}

#spacer {
  width: 1px;
  height: 16px;
  background-color: #2b0a69;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid var(--main);
  border-left: 1px solid var(--main);
}

.start-button {
  background-color: #2b0a69;
  color: #879fff;
  padding: 1px 3px;
  border: 1px solid var(--main);
  border-radius: 2px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;

  justify-content: center;
  align-content: center;

  min-width: 0px;
  min-height: 0px;

  box-shadow: 0 0 0 transparent !important;
}

.start-button:active {
  background-color: #2b0a69;
  color: #879fff;
  padding: 1px 3px;
  border: 1px solid var(--main);
  border-radius: 2px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;

  justify-content: center;
  align-content: center;

  min-width: 0px;
  min-height: 0px;

  box-shadow: 0 0 0 transparent !important;
}

.button-icon {
  justify-content: center;
  align-content: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 22px;
  height: 22px;
  min-width: 0px;
  min-height: 0px;
  background: #2b0a69;

  border-bottom: 0px solid black;
  border-right: 0px solid black;
  border-top: 0px solid var(--main);
  border-left: 0px solid var(--main);

  box-shadow: 0 0 0 transparent !important;
}

.button-icon:hover {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid var(--main);
  border-left: 1px solid var(--main);

  box-shadow: 0 0 0 transparent !important;
}

.button-icon:active {
  justify-content: center;
  align-content: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 22px;
  height: 22px;
  min-width: 0px;
  min-height: 0px;
  background: #2b0a69;

  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid var(--main);
  border-right: 1px solid var(--main);

  box-shadow: 0 0 0 transparent !important;
}

.background-apps {
  background-color: #2b0a69;
  color: #879fff;
  padding: 1px 3px;
  border: 1px solid var(--main);
  border-radius: 2px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid var(--main);
  border-right: 1px solid var(--main);
}

.in-sb{
  padding-top: 4px;
}

.icons {
  display: flex;
  gap: 6px;
}

.icons span {
  font-size: 14px;
  color: var(--main);
}

.clock {
  font-size: 10px;
  color: #879fff;
  padding: 3px 3px;
}

#w404 {
  width: 900px;
  height: 800px;

  top: 20px; 
  left: 120px;

  position: absolute;
}