h1{
    font-family: sans-serif;
    font-size: medium;
}

.titulo1{
    color: blue;
    text-align: center ;
}
.titulo2{
    color: blueviolet;
    text-align: center;
}
.titulo3{
    color: brown;
    text-align: center;
}

p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: medium;
}
.p1{
    color:black;
    text-align: justify;
}
.p2{
    color: black;
    text-align: justify;
}
.p3{
    color: black;
    text-align: justify;
}
body{
    background-color: rgb(65, 225, 92);
}