html {
  background-color: #EAE7E7;
  color: #432D27;
  font-size: 20px;
  }
h1 {
  text-align: center;
  border-bottom: 3px dotted #985E49;
  padding-bottom: 5px;}

.where, .what, .how {
  display: inline-block;
  width: 32%;
  border-right: 2px #C6978E solid;
  padding: 5px;
  text-align: center;
  align-items: top

  }
table, th, td {
  border: 1px solid #985E49;
  border-collapse: collapse;
    }
#cc {
  float: right;
}
dt {
  font-weight: bold;}
