body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 1.6;
  margin: 2rem;
  color: #333; /* Example text color */
}

h1, h2, h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }

p {
  margin-bottom: 1rem;
}

a {
  color: #007bff; /* Example link color */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#story-content {
  max-width: 700px;
  margin: 0 auto;
}

#story-title {
    text-align: center; 
    font-size: 1.8rem; 
    margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}
