
        .image-container {
            display: flex;
            justify-content: center;
        }
        .image-container img {
            margin: 10px;
            width: 30%; /* Adjust the width as needed */
        }
    