    body {
      background: url('../img/map_comodo.png') no-repeat center center fixed;
      background-size: cover;
      font-family: 'Prompt', sans-serif;
      color: white;
      padding: 70px;
    }
    h1, h2, h3, h4, h5 {
      font-family: 'Cinzel Decorative', cursive;
    }
    .download-box {
      background-color: rgba(0,0,0,0.75);
      padding: 2rem;
      border-radius: 1rem;
      border: 1px solid #ae00ff;
      box-shadow: 0 0 10px #ae00ff;
      margin-top: 3rem;
    }
    .download-btn {
      background-color: #ae00ff;
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 18px;
      border-radius: 8px;
      transition: 0.3s;
      margin-bottom: 10px;
    }
    .download-btn:hover {
      background-color: #8500cc;
    }
    .notes ul {
      list-style-type: '🟣 ';
      padding-left: 1.5rem;
    }
    .notes li {
      margin-bottom: 0.5rem;
    }