body{
    background-color: rgb(180, 230, 146);
    color:rgb(2, 34, 2);
    margin: 0px;
}
head{
    border-bottom: solid 2px rgb(42,122,228);
    padding: 20PX;
    font-size: 32;
    color: rgb(42,122,228);
}
section{ 
 background: rgb(184,156,213);
 padding-bottom: 80px;
 padding-top: 80px;
display: flex;
justify-content: center;
}
.chamada-texto{
    margin-right: 5%;
}
h1{
    font-size: 40px;
}
p{
    font-size: 20px;
}
footer{
    background-color: #222;
    color: rgb(42,122,228);
    bottom: fixed;
    width: 100%;

}
 footer p { text-align: center;
    font-size: 24px;
    margin-top: 3px;

 }
