
    body {
      font-family: "Helvetica Neue", Arial, sans-serif;
      background: #f8f8f8;
      color: #333;
    }

    .hero {
      background: #e8efe6;
      padding: 40px 20px;
      text-align: center;
      border-bottom: 1px solid #ddd;
    }

    .hero h1 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .hero p {
      font-size: 18px;
      color: #555;
    }
/*
    .section {
      padding: 40px 15px;
      max-width: 900px;
      margin: auto;
    }*/
.section {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}

    .btn-main {
      margin: 10px;
    }

    .carousel-inner > .item > img {
      margin: auto;
      max-height: 400px;
    }
/*
    .anecdote {
      background: #fff;
      padding: 20px;
      margin-bottom: 15px;
      border-radius: 6px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    }
    
    .anecdote.text-center {
  font-size: 17px;
  background: #fdfdfd;
}*/

.anecdote {
  background: #fff;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.anecdote.text-center {
  font-size: 17px;
  background: #fdfdfd;
  padding: 30px;
}

/* Add breathing room between buttons and text */
.anecdote button {
  margin-top: 10px;
}

/* Slightly softer headings */
h2, h3 {
  margin-bottom: 30px;
  font-weight: 400;
}

    .answer {
      display: none;
      margin-top: 10px;
      color: #2c662d;
    }

    footer {
      text-align: center;
      padding: 20px;
      font-size: 14px;
      color: #777;
    }
    /*
    .col-md-4 {
        margin:5px;
    }*/
    
    .bck {
        text-align:center;
    }
    figcaption {
        text-align:center;
    }
    
    .row {
  margin-bottom: 30px;
}

/* Carousel spacing */
.carousel {
  margin-top: 20px;
}

/* Hero breathing room */
.hero {
  padding: 60px 20px;
}

/* Optional: smoother text feel */
p {
  line-height: 1.6;
}

/* Fade-in base state */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When visible */
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
