img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}

p {
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    max-width: 600px;
}
