body{
    color:rgb(232, 39, 206);
    background-color: rgb(110, 94, 94);
}
header{
    border-bottom: solid 2 px yellowgreen;
    padding: 20 px;
    font-size: 32 px;
    color: brown;
}
section {
    background: rgb(184,156,213);
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
}

.chamada-texto {
    margin-right: 5%;
}