body {
  margin: 0;
  padding: 0;
  font-family: "Orbitron", sans-serif;
  background-color: black;
  color: #00d9ff;
}

.hud-container {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #00d9ff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 5vh;
}

.tab-labels {
  display: flex;
  gap: 20px;
  font-size: 1.1rem;
  border-bottom: 1px solid #00d9ff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.nav-link {
  color: #00d9ff;
}

.date-time {
  font-size: 3rem;
}

.time {
  font-size: 1.8rem;
}

#ironman-container {
  position: relative;
  width: 100%;
  height: 500px;
  background: transparent;
}

#ironman-canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: transparent;
  pointer-events: none;
}

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

#video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
