table {
  border: 5px dotted red;
  border-collapse: collapse;
  width: 60%;
  margin: 20px auto;
}


td {
  border: 1px solid blue;
  padding: 10px;
  text-align: center;
}


.rowspan-cell {
  background-color: yellow;
}


h2 {
  text-align: center;
  font-family: sans-serif;
  margin-top: 20px;
}


p.reflection {
  width: 60%;
  margin: 20px auto;
  font-family: sans-serif;
  line-height: 1.4;
}