body {
  font-family: "Inter", "Helvetica Neue", "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0;
  background: #fafafa;
  color: #2c3e50;
  line-height: 1.6;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 40px 32px;
  box-shadow: 0 2px 10px #eee;
  border-radius: 8px;
}

h1,
h2,
h3 {
  color: #2c3e50;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  text-align: center;
  margin-bottom: 40px;
}

h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

a {
  color: #00b578;
  text-decoration: none;
}

a:hover {
  color: #008f5d;
}

h1 {
  text-align: center;
  margin-bottom: 40px;
}

/* 更新header.css中的颜色以匹配terms页面的风格 */
.main-nav {
  background-color: #fff;
  box-shadow: 0 2px 10px #eee;
  padding: 12px 0;
}

.logo {
  color: #1a74e2;
}

.logo-text {
  color: #1a74e2;
}

.nav-links a {
  color: #333;
  font-weight: bold;
}

.nav-links a:hover {
  color: #1a74e2;
}
