body{
    margin-top: 0%;
    background-image: url("fundo1.png");
    background-attachment: fixed;
    background-size: 500px 400px;
    font-family: Verdana, Tahoma, sans-serif, Arial;
}
p{
    text-align: justify;
    text-justify: inter-word;
}
f1{
    font-family: Verdana, Tahoma, sans-serif, Arial;
    font-size: 40px;
    color: blue;
}
f2{
    font-family: Verdana, Tahoma, sans-serif, Arial;
    font-size: 22px;
}
.p1{
    text-indent: 30px;
    margin-top: 0;
    margin-left: 30px;
}

a:link {
    color: rgb(52, 245, 123);
    font-size: 20px;
}
a:visited {
    color: black;
    font-size: 20px;
}
a:hover {
    color: goldenrod;
    font-size: 20px;
}
a:active {
    color: rgb(52, 245, 123);
    font-size: 20px;
}

input{
    font-size: 20px;
    font-family: Verdana, Tahoma, sans-serif;
}

.div0{
    position: static;
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 780px;
    height: auto;    
    background-color: rgba(225, 227, 255, 0.7);
    padding: 15px;
    border-radius: 15px 15px 15px 15px;
}

.div1{
    position: static;
    top: 0;
    display: flex;
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.8);
}

.div1_1 img{
    position: static;
    margin-top: 20px;
    bottom: 20px;
    display: flex;
    margin: 0 auto;

    max-width: 757px;
    /*max-height: 90%;*/
    width: auto;
    height: auto;
    padding: 20px;
    border: solid 3px green;
    border-radius: 15px 15px 15px 15px;
}
.div1_2{
    position: -webkit-sticky;
    top: 0;
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    min-height: 230px;    
    background-image: url("img3.jpg");
    background-size: 500px 230px;
}
.div1_3{
    position: -webkit-sticky;
    top: 0;
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    min-height: 230px;    
    background-image: url("img2.jpg");
    background-size: 500px 230px;
}
.div2{
    min-height: 575px;
    align-items:end;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url("fundo1.png");
    background-size: 500px 400px;
}
.div3{
    position: static;
    top: 0;
    margin-top: 0%;
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: justify;
    text-justify: inter-word;
}
.divLink{
    position: static;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 780px;
    background-color: rgba(225, 227, 255, 0.7);
    padding: 15px;
    border-radius: 15px 15px 15px 15px;
}

.divNotas{
    position: static;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 780px;
    height: auto;    
    background-color: rgba(230, 247, 176, 0.8);
    padding: 15px;
    border-radius: 15px 15px 15px 15px;

}




































