body{
    color:rgb(246, 23, 60);
    background-color: black;
}
header{ 
    border-bottom: solid 2 px blue;
    padding: 20 px;
    font-size: 32 px;
    color: rgb(211, 16, 72);
}
section {
    background: rgb(212, 30, 200);
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
}

.camada-texto {
    margin-right: 5%;

}