    body {
      background-color: #0f1115;
      color: #e6e6e6;
      font-family: Segoe UI, Arial, sans-serif;
      max-width: 900px;
      margin: 5px auto;
      line-height: 1.6;
      padding: 0 20px;
    }

    h1 {
      color: #ffffff;
      margin-bottom: 10px;
    }

    h2 {
      margin-top: 10px;
      color: #ffffff;
    }

    p {
      color: #cfcfcf;
    }

    ul {
      margin-left: 5px;
    }

    li {
      margin-bottom: 8px;
    }

    a {
      color: #4da3ff;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    .download {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 16px;
      background-color: #1f6feb;
      color: white;
      border-radius: 6px;
      font-weight: 600;
      margin-right: 10px;
    }

    .download:hover {
      background-color: #388bfd;
    }

    .version {
      margin-top: 20px;
      color: #9aa4b2;
      font-size: 14px;
    }

    .version ul {
      list-style: none;
      padding-left: 0;
      margin-left: 0;
    }

    img {
      margin-top: 30px;
      max-width: 100%;
      border-radius: 8px;
      border: 1px solid #2a2f3a;
    }

    .card {
      background-color: #161b22;
      padding: 2px;
      border-radius: 10px;
      border: 1px solid #2a2f3a;
      margin-top: 20px;
    }

    .footer {
      margin-top: 40px;
      font-size: 13px;
      color: #9aa4b2;
      text-align: center;
    }
