
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  max-width: 800px;
  color: #333;
  background-color: #f9f9f9;
  margin: auto;
}
.container {
  background-color: #fff;
  padding: 80px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
}
h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
}
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
}
p {
  margin-bottom: 15px;
  font-size: 14px;
}
.meta-info {
  text-align: center;
  color: #888;
  margin-bottom: 30px;
}
.meta-info p {
  margin: 0;
  text-align: left;
}
.highlight {
  font-weight: bold;
  text-decoration: underline;
}
ul {
    margin: 0 20px;
    font-size: 14px;
}

.sdk-info{
  margin-bottom: 40px;
}

