h2 {
  margin: 10px;
}
table {
  width: 100%;
}
tr {
  background-color: white;
}
tr:nth-child(even) {
  background-color: whitesmoke;
}
th, td {
  padding: 4px;
}
