body {
    background-color: rgb(0,0,0);
    color: white;
    font-family:"Chakra Petch", sans-serif;
    margin: 0px;
    }
     h1{
        font-size: 40px;
    }
    p{
        font-size: 20px;
        font-family: cursive;
    }
    section{
        background: rgb(184,156,213);
        padding-bottom: 80px;
        padding-top: 80px;
        display: flex;
        justify-content: center;
    }
    .chamada-texto{
        margin-right: 5%;
    }
    

