body{
    font-family: "MS UI Gothic", "Times New Roman", Times, serif;
    font-size: 1rem;
    background-color: #FAF9EF;
}

p{
    text-align: center;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8rem;
}
th {
  background-color: #881f1e;
  color: white;
}
th, td {
  border: 1px solid black;
  padding: 0.5rem;
  text-align: left;
  min-width: 1rem;
  max-width: 1rem;
}