body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #f2f8fd;
  padding: 0;
  color: #053b6e;
}

/* Sirf anthem page ka heading */
.page-header h1 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #053b6e;
}

main {
  max-width: 800px;
  margin: 30px auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 30px;
}

.anthem-lyrics {
  font-size: 18px;
  line-height: 1.8;
  white-space: pre-wrap;
}

.audio-player {
  margin-top: 30px;
  text-align: center;
}

audio {
  width: 100%;
  max-width: 400px;
}

/* Footer ko bhi specific karo */
.school-footer {
  margin-top: 40px;
}