body {
     color: white;
     background: black;
     margin: 0px;
     font-family: "Smooch Sans", sans-serif;
}

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

section{
     background: rgb(96, 16, 25);
     padding-bottom: 40px;
     padding-top: 40px;
     display: flex;
     justify-content: center 
}

.chamada-texto {
     margin-right: 30px;
}

h1 {
     font-size: 33px;
}

p {
     font-size: 20px;
}