body{
    color:rgb(11, 11, 14);
    background: rgb(149, 218, 132);
    margin: 0px;
    font-family: "Dancing Script" , sans-serif;


}

header{
    border-bottom: solid 2px white;
    padding: 20px;
    font-size: 32px;
    color: rgb(15, 14, 14);
}
section{
    background: white;
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
}
.chamada-texto{
    margin-right: 5%;
}
