

/*



*/

p {
  width: 500px;
}

li {
  width: 400px;
}

table, th, td {
  border: 1px solid;
  table-layout: auto;
  width: 500px;
  text-align: center;
}

h3 {
  text-decoration-line: underline;
}

h4 {
  margin-bottom: 5px;
}

