
        .object-slide {
            display: none;
            text-align: center;

        }
        .object-image {

            width: 100%;
            border-radius: 50%;
            height: auto;
            display: block; /* Optional: removes extra space below image */

        }
        .sentence-button {
            margin-top: 10px;
            padding: 10px 20px;
            font-size: 16px;
        }
        .nav-buttons {
            text-align: center;
            margin-top: 20px;
        }
        .nav-buttons button {
            padding: 10px 20px;
            font-size: 18px;
        }