#taskbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
  background: rgba(7, 3, 17, 0.92);
  border-top: 0.1em solid #1E1645;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5%;
  z-index: 2000;
}

#taskbar-left {
  font-family: 'Cinzel', serif;
  font-size: 1.6em;
  font-weight: 700;
  white-space: nowrap;
  color: #EDE6FA;
  letter-spacing: 0.08em;
}

#taskbar-os-label {
  color: #18BEA8;
}

#taskbar-center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1%;
}

#taskbar-right {
  font-family: 'Space Mono', monospace;
  font-size: 1.4em;
  white-space: nowrap;
  color: #9B70E0;
}

.taskbar-divider {
  padding: 0 1%;
  color: #1E1645;
  font-size: 4em;
  line-height: 1;
}
