.agreement {
  border: solid 1px;
  height: 200px;
  overflow-y: scroll;
  padding: 5px;
  margin-top: 10px;
}

.terms {
  overflow-y: scroll;
  height: 85%;
}

.container-fluid {
  height: 100%;
}

.table > tbody > tr > td{
  border:1px solid black;
  color: black
}

p.title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

p.indent {
  text-indent: -2em;
  padding-left: 2em;
  margin-block-start: 0em;
  margin-block-end: 0em;
}