main {
  padding-top: 80px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px 40px;
}

.document-content {
  white-space: pre-line;
}

    h1 {
      font-size: 28px;
      margin-bottom: 10px;
    }

    .subtitle {
      color: #777;
      margin-bottom: 30px;
    }

    .content {
      line-height: 1.6;
      font-size: 15px;
      padding-top: 80px;
    }

    .content h2 {
      margin-top: 30px;
      font-size: 20px;
    }

    .content p {
      margin: 10px 0;
    }

    .status {
      text-align: center;
      color: #666;
      margin-top: 40px;
    }

    .error {
      color: #c0392b;
    }

    .top-bar {
      background: #fff;
      border-bottom: 1px solid #eee;
      padding: 15px 20px;
    }

    .top-bar a {
      text-decoration: none;
      color: #2c3e50;
      font-weight: 500;
    }