body {
  margin: 0;
  background: #111;
  color: white;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

#topBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

#title {
  font-size: 24px;
}

#controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

#speedSlider {
  width: 300px;
}

#dateBox input {
  background: #222;
  border: 2px solid white;
  color: white;
  font-size: 18px;
  padding: 6px 12px;
  width: 100px;
  text-align: center;
}

#timelineSection {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#astroSection {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
