.term {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.term .content {
  min-height: 50vh;
  margin: 43px auto;
  max-width: 800px;
  width: 800px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.term .content p {
  padding: 0 20px;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
  line-height: 30px;
}
.term .content .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 40px 0;
}
/*# sourceMappingURL=term.css.map */