body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      background: #f2f8fd;
      padding: 0;
      color: #053b6e;
    }

    header {
      background-color: #053b6e;
      color: white;
      padding: 20px;
      text-align: center;
    }

    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;
    }

    h1 {
      font-size: 28px;
      margin-bottom: 20px;
      text-align: center;
      color: #dce4ec;
    }

    .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 {
      margin-top: 40px;
      padding: 15px;
      background: #053b6e;
      color: white;
      text-align: center;
      font-size: 14px;
    }