body {
  font-family: Georgia, serif;
  background:
    linear-gradient(rgba(248, 248, 248, 0.6), rgba(248, 248, 248, 0.6)),
    image-set(
      url('background.webp') type('image/webp'),
      url('background.jpg') type('image/jpeg')
    );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #222;
  padding: 4rem;
}

.container {
  max-width: 800px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 3rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h1, h2 {
  text-align: center;
  font-weight: normal;
}

ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

blockquote {
  font-style: italic;
  color: #555;
  margin: 2rem 0;
  border-left: 4px solid #ccc;
  padding-left: 1rem;
}

footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #666;
}
