body{
    color:white;
    background: black;
}

header{
    font-size: 32px;
    color: rgb(22, 0, 147)
    padding: 20px;
    border-bottom: solid 2px rgb(22, 0, 147)
}

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

h1{
    font-size: 40px;
}
p{
    font-size: 20px;

}