
body {
    text-align: center;
    text-decoration: none;

}

p {
    margin-left: 30%;
    margin-right: 30%;
    text-align:justify;
    font-family:sans-serif;
    }
    
h2 {
        font-family: sans-serif;
        font-weight: 600;
    }

h1 {
    text-align: center;
}

.productdesc {
    font-family: sans-serif; 
    text-align: justify;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 24;
    
}
li {
    text-align:justify;
    font-family: sans-serif;
    margin-left:25%;
    margin-right:25%;
}
ul {
    font-family: sans-serif;
}
h5 {
    font-family: sans-serif;
}
a {
    text-decoration: none;
}
img {
    padding: 2px;
}

#renderedCheckoutButtonHTML {
    text-align: center
}

.exhibits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap between items as needed */
    padding: 20px 0; /* Adds some spacing above and below the exhibit row */
}

.exhibit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exhibit-item span {
    margin-top: 10px; /* Adds a little space between the image and its title */
    text-align: center;
}

@media (max-width: 1200px) {
    .exhibits {
        flex-direction: column;
        align-items: center;
    }
}