body {
    font-family: "Roboto", sans-serif;
    background-color: #F5F5EF;
    font-optical-sizing: auto;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    justify-content: center;
}

html {
    margin-bottom: 1.5rem;
}
main,
header {
    width: 54%;
    margin: 1.75rem auto 0;
}

header {
    margin-bottom: 0.5rem;
}


a {
    color: #2066ea;
}

.img-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.img-container img {
    max-width: 40%;
    height: auto;
    margin: 1rem auto;
}

/* .img-item {
    max-width: 45%;
    text-align: center;
    height: auto;
    margin: 1rem auto;
    } */
    
    /* .caption {
        margin-top: 0.1rem;
        max-width: 40%;
        font-style: italic;
        color: #555;
        }  */
        
@media (max-width: 768px) {
    main,
    header {
        width: 90%;
    }
    .img-container img {
        max-width: 100%;
    }
}