/* Override container for story layout */
.container {
  display: block;
  margin: 20px auto;
  padding: 15px;
  background-image: url('../Images/Misc/Background.png');
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
}

/* Story-specific styles */
.about-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2em;
  background-color: #f3bc47;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}

.about-title {
  font-size: 2em;
  margin-bottom: 0.2em;
}
