body {
  margin: 0;
  background-color: #0b0f2f;
  color: white;
  font-family: "Rajdhani", sans-serif;
}

#flight-map-section {
  padding: 3em 2em;
  text-align: center;
}

#flight-map-section h2 {
  font-size: 2em;
  margin-bottom: 1em;
  border-bottom: 2px solid #8a2be2;
  display: inline-block;
  padding-bottom: 0.3em;
}

#flight-map {
  height: 600px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(138, 43, 226, 0.2);
}
