#container {
    width: 760px;
    left: -1%;
    top: 5%;
    height: 500px;
    position: relative;
    text-align: justify;
    margin-left: 30px;
    margin-right: 100px;
    margin-top: 20px;
    display: table;
    flex-direction: row;
    justify-content: center;
    border-style: dashed;
}

#container p {
    font-size: 18px;
    text-align: justify;
    position: relative;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 40px;
    margin-bottom: 10px;
}

#container h5 {
    font-size: 20px;
    text-align: center;
}

#imgpos {
    position: absolute;
    left: 170px;
    /* posiciona a 90px para a esquerda */
    top: 80px;
    /* posiciona a 70px para baixo */
    margin-left: -160px;
    margin-top: -80px;
}

#imgpos2 {
    position: absolute;
    left: 140px;
    /* posiciona a 90px para a esquerda */
    top: 100px;
    /* posiciona a 70px para baixo */
    margin-left: 95px;
    margin-top: 130px;
}

#container outer {
    position: relative;
    width: 100%;
}

#container inner {
    left: 50%;
    margin-left: -100px;
    /* A metade de sua largura. */
    position: absolute;
    width: 200px;
    /* O valor que você desejar. */
}

#container h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    top: 70%;
    left: 75%;
    margin-top: 120px;
    margin-left: 15px;
    text-align: center;
}

#container h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    top: -50%;
    left: 48%;
    margin-top: 10px;
    margin-left: -5px;
    text-align: justify;
}

#container h4 {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    top: -90%;
    left: 48%;
    margin-top: 40px;
    margin-left: -48px;
    text-align: center;
}

#container h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    top: -50%;
    left: 43%;
    margin-top: 95px;
    margin-left: -42px;
}

#container h6 {
    font-size: 13px;
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 40px;
    margin-bottom: 10px;
}

#container h7 {
    font-size: 18px;
    text-align: justify;
    position: relative;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 40px;
    margin-bottom: 10px;
}

#rodape {
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
}

#rodape p {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin-top: 150px;
    margin-left: 30px;
    margin-right: 40px;
}