body {
  font-family: 'Georgia', serif;
  background-color: #fdfdfd;
  color: #333;
  margin: 0;
  padding: 20px;
  text-align: center;
  line-height: 1.7;
}

header {
  margin-bottom: 40px;
}

header h1 {
  font-size: 3em;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.2em;
  color: #6c757d;
  font-style: italic;
}

.content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.content img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
