* {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 20px;
  font-size: 1.5em;
}

h2 {
  margin: 18px 5px;
  padding: 7px 3px;
  font-size: 1.2em;
  background: rgb(240, 240, 220);
}

ol {
  margin: 26px;
}
.ol-level-2 {
  list-style: none;
}
.ol-level-2 li:before {
  counter-increment: num;
  content: (num);
}
.ol-level-3 {
  list-style: lower-roman;
}


.sentences {
  margin: 27px;
}

.corp-info {
  margin: 18px;
  list-style: none;
}
.corp-info li {
  padding: 6px;
}
.corp-info li:before {
  content: '';
}

.right {
  text-align: right;
}

.button {
  margin: 34px auto;
  text-align: center;
}
.button button#historyback {
  padding: 18px 18px;
  border-radius: 4px;
  font-weight: bold;
  color: white;
  font-size: 3.5ex;
  background-image: linear-gradient(#f38caa, #f1a899);
}
.button #historyback:hover {
  cursor: pointer;
  background: rgba(80, 51, 204, 0.6);
}

footer {
  padding: 20px;
  text-align: right;
  font-size: 1.2em;
  background: rgba(255, 51, 204, 0.6);
}