body{
    color:rgb(0, 0, 0);
    background:rgba(51, 51, 51, 0.336);
    margin: 0px;
    font-family: "BBH Sans Bogle", sans-serif;
}
    
header{
    border-bottom: solid 3px whitesmoke;
    padding: 20px;
    font-size: 32px;
    color: rgb(9, 180, 157);
}

section{
    background: rgba(128, 0, 128, 0);
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
}
.chamada-texto{
    margin-right: 5%;
}