body {
  background-color: #F1E9D6;
  color: #60100B;
  font-family: Verdana;
  text-align: center;
}

.container {
  display: flex;
  background-color: #60100B;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: left;
}

.container div {
  background-color: #f1f1f1;
  margin: 5px;
  padding: 10px;
  font-size: 35px;
  color: #60100B;
}

.break {
  flex-basis: 100%; /* Forces the element to take up the full row width */
  height: .5px;        /* Keeps it hidden */
}

table, td {
  background-color: #f1f1f1;
  text-align: center;
  border: 5px solid #60100B;
  border-collapse: collapse;
  font-size: 20px;
}

th {
  background-color: #f1f1f1;
  text-align: center;
  border: 5px solid #60100B;
  border-collapse: collapse;
  font-size: 25px;
}

section {
	margin: 2em auto;
	padding: 1em 2em;
	border: 5px solid #60100B;
	outline: 1px solid #60100B;
	outline-offset: 5px;
	max-width: calc(100% - 10px);
	background-color: #F1F1F1;
}

ul, li {
  text-align: center;
  font-size: 17px;
}

detail, summery {
  font-size: 20px;
}