body {
  margin: 0;
  padding: 0;
  background: #eee;
  color: #000;
  font: 15px Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#content {
  padding: 2rem;
}

hr {
  height: 1px;
  background: #fff;
  border: none;
}

p, h2 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

#button {
  display: block;
  width: 100%;
  background: #C29116;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

#button:hover {
  background: rgb(153, 116, 22);
}

#pdf {

}