.section-title {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 2.5rem;
      font-weight: bold;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }
    .section-subtitle {
      text-align: center;
      font-size: 1.2rem;
      margin-bottom: 50px;
    }
    .feature-box {
      background: rgba(0, 0, 0, 0.6);
      padding: 25px;
      border-radius: 15px;
      margin-bottom: 50px;
      box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
    }
    .feature-box h3 {
      font-weight: bold;
      margin-bottom: 15px;
    }
    .feature-box img {
      border-radius: 12px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.4);
    }

.section-title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.section-subtitle {
  font-size: 25px;
  font-style: italic;
  text-align: center;
}

footer {
      background: #222;
      color: #ddd;
      text-align: center;
      padding: 15px 0;
      margin-top: 50px;
}


body {
      min-height: 325vh;
      margin: 0;
      font-family: Arial, sans-serif;
}

footer {
      position: fixed;
      bottom: -100px;
      left: 0;
      width: 100%;
      background: #333;
      color: white;
      text-align: center;
      padding: 10px;
      transition: bottom 0.5s;
}

footer show {
      bottom: 0;
}

.pagination {
  margin-bottom: 140px;
}
body {
  min-height: 185vh;
  margin: 0;
  font-family: Arial, sans-serif;
  padding-bottom: 120px;
}