/* html, body {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  font-family: "Segoe UI", sans-serif;*/
/*  background-color: black;*/
/*  color: white; ← white text */
/*  overflow-x: hidden; */
/*  overflow-y: auto; */
/*} */

/*h1, h2, h3, h4, h5, h6, p, li { */
/*  color: white;  Ensure white text throughout */
/*} */


#dateLabel {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 18px;
  z-index: 10;
}

#timeSlider {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 10;
}

#playPauseBtn {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: none;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}