body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

* {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.content {
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  word-break: normal;
  padding: 20px;
  line-height: 1.5;
}

p {
  text-indent: 2em;
}

ul li,
ol li {
  margin: 5px 0;
}

h4 {
  font-size: 16px;
  font-weight: normal;
}
strong {
  font-size: 16px;
  color: #0000ff;
}
