body {
    margin: 0;
    font-family: system-ui, -apple-system, Arial, sans-serif;
    
  }

  .caption_slideshow {
    width: 100%;
    max-width: 2000px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #333;
  }

  .caption_slideshow h2 {
    margin-top: 0;
    font-size: 24px;
  }

  .caption_slideshow p {
    margin-bottom: 16px;
  }
  
/* 
  @media (max-width: 600px) {
    .caption_slideshow {
      margin: 20px;
      padding: 18px;
    }

    .caption_slideshow h2 {
      font-size: 20px;
    }
  } */