.paper-container {
  background-image: url("paperbg.jpg");
  background-color: #f5f2e9; /* Fallback paper color */
  background-position: 15%;
  min-height: 400px;
  padding: 2rem;
  font-family: "Goudy Old Style", Garamond, "Times New Roman", serif;
}
.quote {
  color: #2c1810;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
  max-width: 800px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.attribution {
  font-style: italic;
  text-align: right;
  padding-right: 2em;
  font-size: 1.8rem;
}
a {
 color: #2c1810;
 text-decoration: none;
 }
a:hover {
  text-decoration: underline;
}
