body{
    
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    --tw-text-opacity: 1;
    font-size: 1.325rem;
    margin: 0;
    display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}

* {
    box-sizing: border-box;
}

/* .share-art { 
    display: block;

} */


.share-art a {
    float: left;
    font-size: 12px;
    /* line-height: 30px; */
    color: #fff;
    border-radius: 2px;
    height: 50px;
    min-width: 30px;
    text-align: center;
}

.main-container {
    margin-top: 80px;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    padding: 20px;
}
.container p {
    text-align: left;
    line-height: 1.9;
}

h1{
    text-align: center;
    margin-top: 70px;
}

a {
    font-size: 20px;
    
}


.image-wrapper {
    max-width: 100%;
    margin: 1rem;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
}


/* Responsive design for iOS container */
#react-web {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

#react-web h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Responsive design for iOS image */
.image-wrapper {
    max-width: 100%;
    margin: 1rem;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
#react-web h3 {
    font-size: 1.5rem;
    }
}

h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 25px;
    
}

.nav-bar {
    margin: 5px;
    margin-top: 10px;
}

#footer {
    text-align: center;
    color: black;
}



.slider {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.slider-container {
    width: 100%;
    height: 100%;
    display: flex;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-out;
}

.slider-slide {
    flex-shrink: 0;
    width: 100%;
}

.slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    color: white;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

#link1 {
    color: inherit;
    text-decoration: none;
}

#link1:hover {
    color: #87ceeb;
    text-decoration: underline;
}