body {
  background: #f2f2f2;
  font-family: "Courier New", Courier, monospace;
}

.paper {
  background:
    linear-gradient(to right, #fdfdfb 40px, transparent 40px),
    repeating-linear-gradient(
      to bottom,
      #fdfdfb,
      #fdfdfb 28px,
      #dbe5f1 29px
    );
  border-left: 2px solid #e3a1a1;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-width: 650px;
  margin: 60px auto;
  padding: 50px 40px 60px 60px;
  line-height: 1.6;
  color: #2b2b2b;
}

.paper p {
  margin-bottom: 28px;
}

.paper a {
  color: #2b2b2b;
  text-decoration: underline;
  font-size: 0.9em;
}

.paper .footer {
  margin-top: 60px;
  font-size: 0.85em;
  opacity: 0.6;
}