body {
  font-family: 'Times New Roman', Times, serif;
  background-color: #f1f1f1;
  margin: 0;
  padding: 20px 0;
}

.page {
  background: #fff;
  width: 8.5in;
  padding: 1in;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

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

header p {
  text-align: center;
  font-size: 13px;
  margin: 4px 0 20px 0;
}

h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #000;
  margin-top: 28px;
  margin-bottom: 8px;
  padding-bottom: 2px;
}

.entry {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.4;
}

.entry .left {
  width: 65%;
}

.entry .right {
  width: 30%;
  text-align: right;
}

ul {
  margin-top: 6px;
  margin-bottom: 14px;
  padding-left: 20px;
}

li {
  font-size: 13px;
  margin-bottom: 3px;
}

@media print {
  body {
    background: none;
    padding: 0;
  }

  .page {
    box-shadow: none;
    border: none;
    margin: 0;
  }
}

a {
  display: inline-block;
  padding: 10px 16px;
  background-color: #0077cc;
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

a:hover {
  background-color: #005fa3;
}

p {
  margin: 1em 0;
}
.center-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
