body {
    background-color:rgb(38, 35, 3) ;
    color:rgb(239, 224, 67);

    font-family: "Dancing Script", cursive;
} 

header{
     font-size: 50px;
     border: solid 5px rgb(238, 255, 0);
     border-bottom: solid 5px rgb(255, 230, 0);
     padding: 50px;
}

h1{
     font-size: 30px;
}
p{
     font-size: 20px;
}
section{
     background-color: rgb(12, 26, 48);
     display: flex;
     justify-content: center;
     
}

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

img{
    height: 300;
    width: 200;

}
