* {
    margin: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
  }
  body {
    max-width: 860px;
    margin: auto;
    padding: 2rem 2rem 5rem 2rem;
  }
  ul {
    padding: 0;
  }
  a {
    color: #0a59f7;
    cursor: pointer;
    text-decoration: none;
  }
  ul {
    list-style: none;
  }
  #icon {
    font-size: 0;
    text-align: center;
  }
  #icon svg {
    width: 4rem;
    height: 4rem;
  }
  #dark {
    display: none;
  }
  #update-time {
    text-align: center;
    span {
      font-size: 14px;
    }
  }
  .font-secondary {
    color: rgba(0, 0, 0, 0.6);
  }
  #firstDesc {
    margin-top: 3rem;
  }
  #firstDesc span {
    font-weight: 600;
  }
  #privacyName {
    margin: 2rem 0 0.5rem;
    text-align: center;
    font-size: 18px;
  }
  #device-permissions {
    display: none;
  }
  th {
    padding: 9px 5px;
  }
  td {
    padding: 9px 5px;
    p {
      line-height: 24px;
    }
  }
  table {
    table-layout: fixed;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
  }
  tr:nth-child(odd) td {
    background: #f7f7f7;
  }
  .privacy-word {
    word-break: break-all;
  }
  .bold {
    font-weight: bold;
  }
  .text-right {
    text-align: right;
  }
  .text-left {
    text-align: left;
  }
  h5 {
    word-break: break-all;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  p {
    word-break: break-all;
    line-height: 1.4;
  }
  #date-info {
    margin-top: 40px;
  }
  .share-content {
    margin-bottom: 2rem;
  }
  @media (prefers-color-scheme: dark) {
    body {
      background-color: #000000;
    }
    #light {
      display: none;
    }
    #dark {
      display: inline;
    }
    .font-secondary {
      color: rgba(255, 255, 255, 0.6);
    }
    * {
      color: rgba(255, 255, 255, 0.9);
    }
  }
