body {
    color: black;
    background: wheat;
    margin: 0px;
    font-family:"Bungee", sans-serif;
}

header {
    border-bottom: solid 2px rgb(218, 235, 158);
    padding: 20px;
    font-size: 32px;
    color: black;
}

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

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

h1{
     font-size: 40px;
}

p{
    font-size: 20px;
}