 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Segoe UI", Arial, sans-serif;
    }

    body {
      background: #ffffff;
      color: #222222;
      line-height: 1.6;
    }

    .page {
      max-width: 900px;
      margin: 0 auto;
      padding: 50px 18px 40px;
    }

    h1 {
      font-size: 26px;
      margin-bottom: 10px;
    }

    .updated {
      font-size: 12px;
      color: #777777;
      margin-bottom: 24px;
    }

    h2 {
      font-size: 18px;
      margin-top: 22px;
      margin-bottom: 8px;
    }

    p {
      font-size: 14px;
      color: #444444;
      margin-bottom: 10px;
    }

    ul {
      margin-left: 18px;
      margin-bottom: 12px;
    }

    ul li {
      font-size: 14px;
      color: #444444;
      margin-bottom: 6px;
    }

    a {
      color: #bf2bff;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }