* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #dadada59;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    display: flex;
    line-height: 1.5;
    margin: auto;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

h1 {
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: bold;
    color:#8174a2;
    font-size: 4rem;
    text-align: center;
}

h2 {
    text-align: center;
    margin-bottom: 5px;
}

main {
    font-family: 'Poppins', 'Roboto', sans-serif;
    max-width: 1140px;
    align-items: center;

}

#img-div {
    max-width: 80rem;
    padding: 1rem;
    background-color: white;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#image {
    max-width: 100%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
}

#img-caption {
    align-items: center;
}

.fonte {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

span {
    display: inline-block;
    text-align: justify;
    margin-bottom: 2rem;
    text-indent: 2rem;
}

