body {
  background-color: white;
}
h1 {
  text-align: center;
  color: #ff1c04;
}
h2 {
  text-align: center;
  color: #ff1c04;
}
table {
  border-collapse: collapse;
  font-family: helvetica, times, calibri;
}
td, th {
  border: 1px solid black;
}