body {
  margin: 0;
  min-height: 100vh;
  padding: 32px 20px 64px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.56)),
    linear-gradient(to right, #099490, #0e8562);
  color: rgba(255, 255, 255, 0.8);
  font: 15px/1.6 "Avenir Next", Montserrat, "Segoe UI", Arial, sans-serif;
}

h1,
h2 {
  color: #fff;
}

h1 {
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}

h2 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 32px;
}

a {
  color: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  padding: 8px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
