body {
            font-family: Arial, sans-serif;
            margin: 0;
            /* padding: 20px 20px 0 20px; */
            /* background-color: #f5f5f5; */
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 100vh;
        }
        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden;
        }
        h1 {
            color: #333;
            margin-bottom: 30px;
        }
        .image-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
            /* max-width: 1200px; */
        }
        .image-item {
            /* background: white; */
            /* padding: 15px; */
            /* border-radius: 8px;
 *             box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
            text-align: center;
        }
        .image-item img {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
        }
        .image-caption {
            margin-top: 10px;
            font-size: 16px;
            color: #666;
        }
