body {
  font-family: Arial, sans-serif;
  padding: 20px;
}

h1 {
  margin-top: 40px;
}

table {
  width: 50%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  border: 2px solid black;
  padding: 8px;
  text-align: center;
  background-color: white;
}

th {
  background-color: white;
}