body{
    color: ghostwhite;
    background-color: rgb(2, 7, 46);
    margin: 0px;
    font-family: "Bebas Neue", sans-serif;
}
header{
    border-bottom: solid 1px rgb(66, 66, 247);
    padding: 20px;
    font-size: 32px;
    color: rgb(66, 66, 247);
}
section{
    background-color: cadetblue;
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
}
.chamada-texto{
    margin-right: 5%;
}
h1{
    font-size: 45px;
}
p{
    font-size: 25px;
}