body {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    background-color: #ECF0F3;
    color: #333333;
    letter-spacing: normal;
}

h1, h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

h2 {
    font-size: 24px;
}

h4{
    
    font-size: 20px;
}

a{
    font-size: 20px;
    color: #0000FF
}

main {
    
    text-align: center;
    margin-top: 100px;
    max-width: 1004px;
     /* this is for the width of the container center */
    width: 100%;
    margin: 0 auto;

}

p {
    font-size: 20px;
    text-align: center;
}


.pythn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
text-align: center;
}

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

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

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


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

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

.pycharm ul, li, p {
    text-align: left;
}

/* 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) {
    #pythn2-container h3 {
        font-size: 1.5rem;
    }
}

h2, h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    
}

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

#footer {
    text-align: center;
}


.mdx-post p{
    text-align: left;
    padding: 15px;
    line-height: 2rem;
}

li {
    line-height: 2.2rem;
    text-align: justify;
    margin-top: 10px;
    
}
.pre {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    white-space: pre-wrap;
    background-color: rgb(41, 45, 62);
    border-radius: .5rem;
    color: #EAEDED;
    height: 50%;
}

header {
    transform: none;
}