html,
body {
  font-size: 10px;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: left;
}

h1 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
}

h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  line-height: 2.2rem;
}

p {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 2.2rem;
}

ol li,
ul li {
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 2.2rem;
}

ol,
ul {
  padding-left: 10px;
}

table {
  border-collapse: collapse;
}
table td {
  border: 1px solid #ccc;
  padding: 4px;
}

table p {
  margin-bottom: 0;
  word-break: keep-all;
}
