body{
  color: yellow;
  background: purple;
  margin: 0px
}

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

section {
background: rgb (184, 156, 213);
padding-bottom: 80px;
padding-top: 80px
display: flex;
justify-content: center;
}

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