
  .story-section {
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.5s ease;
  }
  .story-section:hover {
    transform: scale(1.02);
  }
  h1, h2, h3 {
    font-family: 'Arial', sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }
