body {
  font-family: 'Courier New', monospace;
  background-color: #fdf6e3;
  color: #000;
  text-align: center;
  padding: 50px;
}

h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* Vintage 90s button */
.pdf-button a {
  display: inline-block;
  padding: 12px 24px;
  font-family: 'Courier New', monospace;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  background-color: #f0f0f0;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 #000;
  transition: all 0.1s;
}

.pdf-button a:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #000;
  background-color: #e0e0e0;
}

footer {
  margin-top: 50px;
  font-size: 14px;
}
