.container {
  width: 88%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: white;
  padding: 50px;
  padding-top: 160px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: LarkHackSafariFont, LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media (max-width: 768px) {
  .container {
    width: 100vw;
    padding: 20px;
    padding-top: 120px;
  }
}

h1,
h2,
h3 {
  color: #000;
}

.text-box h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.text-box h2 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.text-box h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-box p {
  margin-bottom: 15px;
}

.text-box ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.text-box li {
  margin-bottom: 8px;
}

.text-box li::marker {
  color: #336df4;
}

.text-box a {
  color: #336df4;
  font-weight: bold;
  text-decoration: none;
}

.text-box a:hover {
  text-decoration: underline;
}

.text-box .toggle {
  cursor: pointer;
  user-select: none;
}

