  /* Give a little extra breathing room below the fixed top bar */
  .features-container {
    padding-top: 2rem;
  }
  /* Center and style the heading */
  .features-container h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
  }
  html.dark .features-container h2 {
    color: #f4f4f9;
  }
  /* Feature list styling */
  .features-list {
    list-style: disc inside;
    margin-top: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .features-list li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }
  html.dark .features-list li {
    color: #f4f4f9;
  }