h1 {
  text-align: center;
  font-size: 100px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th, td {
  padding: 15px;
}

th {
  background-color: black;
  color: white;
}
