 /* Background color for the entire page */
            body {
                background-color: #ffffff;  /* Set the background color of the page (white or any color) */
                margin: 0;
                overflow-x: hidden;
            }

            /* Styling the container box around the 3D viewer */
            .model {
                height: 80vh;  /* Adjust the height of the box */
                margin: 50px auto;  /* Center it on the page */
                overflow: hidden;  /* Hide anything that goes out of the box */
                position: relative;
                background-color: #ffffff;  /* Optional: Set the background color of the container */
            }

            #viewer {
                width: 100%;
                height: 100%;
            }
#joeh1 {
    text-align: center;
    font-size: 50px;
    margin: 50px;
}