body {
    background-color: #ffff;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 400;
}

h1 {
    text-align: center;
    color: rgb(26, 27, 27);
    margin-top: 50px;
    margin-bottom: 50px;

}

h2, h3, h4 {
    text-align: left;
        margin-bottom: 20px;
        margin-top: 80px;
}

h5, h6 {
    font-size: 1.875rem;
    font-weight: 500;
}


.container {
    max-width: 1004px;
        /* this is for the width of the container center */
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}

/* reacts */

.atom  {
    display: flex;
    flex-wrap: wrap;
    
    text-align: center;
}

.atom  h2{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.image-wrapper {
    max-width: auto;
    margin: auto;
}

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


/* Responsive design for iOS container */
#atom2{
    display: flex;
    flex-direction: column;
   
    
    padding: 2rem;
}

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

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

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

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


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

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