body{
    color: white;
    background: black;
    margin: 0px;
}

header{
    border-bottom: solide 2px rgb (42. 122,228);
    padding: 20px;
    font-size: 32px;
    color: aqua;
}

section{
    background: red;
    padding-bottom: 80px;
    padding-top: 80px;
    display:flex;
    justify-content: center;
}

div {
    margin-right: 20px;
}

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