body {
    color: white;
    background: black;
    margin: 0px;
}
header {
    border-bottom: solid 2px rgb(42,122,228);
    padding: 20px;
    front-size: 32px;
    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%;
}