body {
  margin: 20px 20px;
  line-height: 1.6;
}

.terms {
  margin: 0 auto;
  max-width: 800px;
  word-wrap: break-word;
}

.terms h1 {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.terms h2 {
  font-size: 1em;
  font-weight: 700;
}

.terms ol {
  font-weight: bold;
  padding-left: 20px;
}

.terms ol li {
  font-weight: normal;
  line-height: 1.3em;
}

.terms .upper {
  text-transform: uppercase;
  }

footer {
  text-align: center;
}

.footer-img {
  max-width: 100%;
}