body {
  background: lightgrey;
  margin-top: 0px;
}

table {
  background-color: #ffffff;
  padding: 5px 10px 5px;
}

table.main {
  margin: 0 auto;
  width: 80%;
  max-width: 550px;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

li {
  margin-top: 8px;
}

p {
  margin-left: 5%;
  margin-right: 5%;
}

p.footer {
  text-align: center;
}