body {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
}

h1 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 0px;
}

p.download {
  font-size: 12px;
  text-align: center;
}

.paper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.paper {
  height: 100%;
  width: 100%;
  padding: 5px;
  box-shadow: 0 0 1px 1px #eaeaea;
  border-radius: 10px;
}

.paginator {
  text-align: center;
}
.paginator button {
  display: inline-block;
  margin-right: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 5px 10px;
  width: 100px;
  cursor: pointer;
  box-shadow: 2px 2px 2px 1px #ccc;
}
.paginator button.disabled {
  background: #ccc;
  color: #000;
  cursor: not-allowed;
}

footer p {
  text-align: center;
  margin: 65px 0 0 0;
}

/*# sourceMappingURL=main.css.map */