body {
    text-align: center; /* Center all inline content */
  }

  .carousel { 
    max-width: 600px; 
    margin: 1rem auto;
  }
  
  img { 
    width: 100%; 
    border-radius: 8px; 
  }
 
  #caption { 
    margin-top: 0.5rem; 
    font-size: 1rem; 
    color: #444; 
  }

  .top-text {
    margin-top: 1rem;
  }

  .photo-buttons {
    margin-top: 1rem;
    display: flex;
    justify-content: center; /* Center the buttons */
    gap: 0.5rem;
  }