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;
}
f0{
    font-family: Verdana, Tahoma, sans-serif, Arial;
    font-size: 30px;
}
f1{
    font-family: Verdana, Tahoma, sans-serif, Arial;
    font-size: 20px;
}
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;
}

.container{
    display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}

.div0{
    padding-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: auto;
}

.div1{
    position: static;
    top: 0;
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.div2{
    position: static;
    top: 0;
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.div2_1{
    position: static;
    display: flex;
    width: 90%px;
    height: auto;
    margin-left: 10%;
}




















.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;

}




































