.section img {
    max-width: 90%;
}

.section .section {
    max-width: 100%;
}

.section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    min-width: 500px;
    line-height: 1.4;
    text-align: justify;
}
* {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
}

a {
    color: inherit;
}
a:visited {
    color: rebeccapurple;
}
